Skip to content

Interface: ValidateTokenResponse

Interface: ValidateTokenResponse

Defined in: dto/auth.ts:103

POST /auth/validate response body.

Properties

email?

optional email?: string

Defined in: dto/auth.ts:106


expires_at?

optional expires_at?: string

Defined in: dto/auth.ts:110


organization_id?

optional organization_id?: string

Defined in: dto/auth.ts:107


permissions?

optional permissions?: string[]

Defined in: dto/auth.ts:109


roles?

optional roles?: string[]

Defined in: dto/auth.ts:108


user_id?

optional user_id?: string

Defined in: dto/auth.ts:105


valid

valid: boolean

Defined in: dto/auth.ts:104