Sign in

Type: SignUpProps

Props for the <SignUp /> component.

Extends

Properties

PropertyTypeDescription
acrValues?string[]Authentication Context Class Reference (ACR) values requesting specific authentication assurance levels or methods.
audience?stringIdentifies the target API (audience) that the issued access token is intended for.
display?DisplayOptionsPreferred display mode for the authentication UI.
idTokenHint?stringA previously issued ID token used as a hint about the user's current or past authenticated session.
maxAge?numberMaximum acceptable time (in seconds) since the user last authenticated. If exceeded, the user may be required to sign in again.
resource?stringSpace-separated list of resource indicators that scope the issued access token.
returnUrl?stringURL to redirect to after successful sign-up.
scopes?stringSpace-separated list of scopes requested during authentication.
uiLocales?stringPreferred UI language.
© 2024 MonoCloud. All rights reserved.