OptionalacrAn array of authentication context class references (ACRs).
OptionalauthenticatorA hint to the authorization server about the desired authenticator the client wishes to authenticate the user with
OptionaldisplayThe desired user interface mode
OptionalloginA hint to the authorization server about the user's identifier
OptionalmaxMaximum allowed time in seconds since the last End-User authentication.
OptionalpromptThe desired authentication behaviour.
none: User is not prompted to sign in.login: Prompt the user to log in even if the user is already authenticated.consent: Prompt the user for consent.select_account: Prompt the user to sign in.create: Prompt the user to sign up.OptionalresourceSpace-separated list of resources the access token should be scoped to
OptionalreturnThe url where the user will be redirected to after sign in.
OptionalscopesSpace-separated list of scopes requested from the authorization server
OptionaluiUser's preferred languages and scripts for the user interface
Props for the
<RedirectToSignIn />Component