update oauth
This commit is contained in:
@@ -70,8 +70,11 @@ export interface PublicUser {
|
||||
permissions?: string[];
|
||||
canAccessAdmin?: boolean;
|
||||
canManageRoles?: boolean;
|
||||
canViewOAuth?: boolean;
|
||||
canManageOAuth?: boolean;
|
||||
canManageAllOAuth?: boolean;
|
||||
canManageUsers?: boolean;
|
||||
canManageAllUsers?: boolean;
|
||||
canManageSettings?: boolean;
|
||||
canViewUsers?: boolean;
|
||||
canViewUserDocuments?: boolean;
|
||||
@@ -121,6 +124,9 @@ export interface OAuthClient {
|
||||
isActive: boolean;
|
||||
type: string;
|
||||
clientSecret?: string;
|
||||
createdById?: string | null;
|
||||
createdByDisplayName?: string | null;
|
||||
canManage?: boolean;
|
||||
}
|
||||
|
||||
export interface AuthTokens {
|
||||
|
||||
Reference in New Issue
Block a user