Skip to content
rw3iss Auth

ValidateTokenResponse

ValidateTokenResponse

Defined in: dto/auth.ts:114

POST /auth/validate response body.

Properties

email?

optional email?: string

Defined in: dto/auth.ts:117


expires_at?

optional expires_at?: string

Defined in: dto/auth.ts:121


organization_id?

optional organization_id?: string

Defined in: dto/auth.ts:118


permissions?

optional permissions?: string[]

Defined in: dto/auth.ts:120


roles?

optional roles?: string[]

Defined in: dto/auth.ts:119


user_id?

optional user_id?: string

Defined in: dto/auth.ts:116


valid

valid: boolean

Defined in: dto/auth.ts:115