Interface: SsoStartResult
Interface: SsoStartResult
Defined in: auth-client/src/core/auth-client.ts:130
Properties
authUrl
authUrl:
string
Defined in: auth-client/src/core/auth-client.ts:131
codeVerifier
codeVerifier:
string
Defined in: auth-client/src/core/auth-client.ts:136
The PKCE verifier — caller must keep it (the SDK persists it in its Storage port already, but it’s returned here so a consumer can also keep their own copy).
state
state:
string
Defined in: auth-client/src/core/auth-client.ts:132