Sign in

Type: CallbackState

Internal state persisted between an authorization request and its callback.

Extends

Properties

PropertyTypeDescription
appState?ApplicationStateCustom application state associated with the request.
codeVerifier?stringOptional. PKCE code verifier used to validate the authorization code exchange.
maxAge?numberOptional. Maximum allowed time (in seconds) since the user's last authentication.
mode"popup" | "redirect" | "silent"Interaction mode used to initiate the original authorization request.
nonce?stringA cryptographic value used to associate the ID token with the original authentication request and prevent replay attacks.
resource?stringOptional. Space-separated list of resource indicators requested for the access token.
responseType?ResponseTypesResponse type requested during authorization.
returnUrl?stringURL to navigate to after the callback has been processed.
scopes?stringSpace-separated list of scopes requested during authorization.
signOut?booleanIndicates whether the callback represents a sign-out flow.
state?stringA unique value used to correlate the authorization request with the callback and protect against CSRF attacks.
© 2024 MonoCloud. All rights reserved.