Sign in

Type: SignOutProps

Props for the <SignOut /> component.

Extends

Properties

PropertyTypeDescription
childrenReactNodeContent rendered inside the button.
federatedSignOut?booleanWhen true, signs the user out from both the application and MonoCloud (Single Sign-Out). Overrides the client-level federatedSignOut configuration for this specific call. If omitted, the client-level setting is used.
idTokenHint?stringA previously issued ID token to send as the id_token_hint on the logout request. When provided, this overrides the ID token from the current session. Use it to supply the hint manually.
mode?InteractionModeDetermines the interaction mode for the sign-out flow.
postLogoutRedirectUri?stringURL to redirect the user to after sign-out completes. This URI must be registered in the application's sign-out URLs in MonoCloud.
returnUrl?stringRelative URL to navigate to after sign-out completes.
© 2024 MonoCloud. All rights reserved.