RevokeSessionParams<T>: {
    scopes?: Scope<T>[];
}

Type Parameters