Sign in

Type: CallbackOptions

Options used to customize callback processing after authentication.

Properties

PropertyTypeDescription
fetchUserInfo?booleanWhen true, fetches user profile data from the UserInfo endpoint after the authorization code exchange completes.
onError?OnErrorCallback invoked if an unexpected error occurs while processing the authentication callback.
redirectUri?stringRedirect URI sent to the token endpoint during the authorization code exchange. > This must match the redirect URI used during the sign-in request.
© 2024 MonoCloud. All rights reserved.