Skip to main content

InterfaceOAuthLinkResponse

Admin Docs


Interface: InterfaceOAuthLinkResponse

Defined in: src/types/Auth/auth.ts:62

Response data returned from linking an OAuth account.

Properties

emailAddress

emailAddress: string

Defined in: src/types/Auth/auth.ts:68

User's email address


id

id: string

Defined in: src/types/Auth/auth.ts:64

User's unique identifier


isEmailAddressVerified

isEmailAddressVerified: boolean

Defined in: src/types/Auth/auth.ts:70

Whether the user's email address has been verified


name

name: string

Defined in: src/types/Auth/auth.ts:66

User's full name


oauthAccounts

oauthAccounts: InterfaceOAuthAccount[]

Defined in: src/types/Auth/auth.ts:74

List of linked OAuth accounts


role

role: UserRole

Defined in: src/types/Auth/auth.ts:72

User's role in the system