Options used to customize callback processing after authentication.
| Property | Type | Description |
|---|---|---|
fetchUserInfo? | boolean | When true, fetches user profile data from the UserInfo endpoint after the authorization code exchange completes. |
onError? | OnError | Callback invoked if an unexpected error occurs while processing the authentication callback. |
redirectUri? | string | Redirect URI sent to the token endpoint during the authorization code exchange. > This must match the redirect URI used during the sign-in request. |