Skip to content

Interface: SsoCallbackRequest

Interface: SsoCallbackRequest

Defined in: dto/auth.ts:164

POST /auth/sso/callback request body.

Properties

code

code: string

Defined in: dto/auth.ts:166


invite_code?

optional invite_code?: string

Defined in: dto/auth.ts:169


organization_id?

optional organization_id?: string

Defined in: dto/auth.ts:168


provider

provider: string

Defined in: dto/auth.ts:165


state

state: string

Defined in: dto/auth.ts:167