Sign in

Type: AuthState

Represents the authentication transaction state stored between the authorization request and the callback.

Properties

PropertyTypeDescription
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.
noncestringA 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.
scopesstringSpace-separated list of scopes requested during authorization.
statestringA unique value used to correlate the authorization request with the callback and protect against CSRF attacks.
© 2024 MonoCloud. All rights reserved.