SsoUrlRequest
SsoUrlRequest
Defined in: dto/auth.ts:156
POST /auth/sso/url request body.
Properties
code_challenge?
optionalcode_challenge?:string
Defined in: dto/auth.ts:164
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?
optionalcode_challenge_method?:"S256"
Defined in: dto/auth.ts:165
invite_code?
optionalinvite_code?:string
Defined in: dto/auth.ts:160
organization_id?
optionalorganization_id?:string
Defined in: dto/auth.ts:159
provider
provider:
string
Defined in: dto/auth.ts:157
redirect_url
redirect_url:
string
Defined in: dto/auth.ts:158