Skip to content

Interface: User

Interface: User

Defined in: dto/user.ts:15

A user as returned by /auth/me, /auth/login, /auth/sso/exchange.

Properties

display_name?

optional display_name?: string

Defined in: dto/user.ts:20


email

email: string

Defined in: dto/user.ts:17


email_verified

email_verified: boolean

Defined in: dto/user.ts:21


first_name?

optional first_name?: string

Defined in: dto/user.ts:18


id

id: string

Defined in: dto/user.ts:16


last_name?

optional last_name?: string

Defined in: dto/user.ts:19


status

status: string

Defined in: dto/user.ts:24


two_factor_confirmed_at?

optional two_factor_confirmed_at?: string

Defined in: dto/user.ts:23


two_factor_enabled

two_factor_enabled: boolean

Defined in: dto/user.ts:22