Sign in

Type: CallbackParams

Parameters returned to the application after the authorization server redirects the user back to the callback URL.

Properties

PropertyTypeDescription
accessToken?stringAccess token returned directly by implicit or hybrid flows.
code?stringAuthorization code returned when using the Authorization Code Flow.
error?stringError code returned when authorization fails.
errorDescription?stringHuman-readable description providing additional information about the authorization error.
expiresIn?numberLifetime of the access token in seconds.
idToken?stringID token issued by the authorization server.
refreshToken?stringRefresh token issued during authorization (if enabled).
sessionState?stringOIDC session state value used for session monitoring and front-channel session management.
state?stringThe state value originally sent in the authorization request. Used to validate request integrity and prevent CSRF attacks.
© 2024 MonoCloud. All rights reserved.