Interface: User
Interface: User
Defined in: auth-shared/src/dto/user.ts:15
A user as returned by /auth/me, /auth/login, /auth/sso/exchange.
Properties
display_name?
optionaldisplay_name?:string
Defined in: auth-shared/src/dto/user.ts:20
email:
string
Defined in: auth-shared/src/dto/user.ts:17
email_verified
email_verified:
boolean
Defined in: auth-shared/src/dto/user.ts:21
first_name?
optionalfirst_name?:string
Defined in: auth-shared/src/dto/user.ts:18
id
id:
string
Defined in: auth-shared/src/dto/user.ts:16
last_name?
optionallast_name?:string
Defined in: auth-shared/src/dto/user.ts:19
status
status:
string
Defined in: auth-shared/src/dto/user.ts:24
two_factor_confirmed_at?
optionaltwo_factor_confirmed_at?:string
Defined in: auth-shared/src/dto/user.ts:23
two_factor_enabled
two_factor_enabled:
boolean
Defined in: auth-shared/src/dto/user.ts:22