Skip to content

Interface: SsoUrlRequest

Interface: SsoUrlRequest

Defined in: dto/auth.ts:145

POST /auth/sso/url request body.

Properties

code_challenge?

optional code_challenge?: string

Defined in: dto/auth.ts:153

PKCE (RFC 7636). code_challenge is BASE64URL(SHA256(verifier)) when code_challenge_method is “S256” — the only method server-side accepts. Both fields are required-together or absent-together.


code_challenge_method?

optional code_challenge_method?: "S256"

Defined in: dto/auth.ts:154


invite_code?

optional invite_code?: string

Defined in: dto/auth.ts:149


organization_id?

optional organization_id?: string

Defined in: dto/auth.ts:148


provider

provider: string

Defined in: dto/auth.ts:146


redirect_url

redirect_url: string

Defined in: dto/auth.ts:147