Used to store state before doing the redirect
The default audience to be used for requesting API access.
The name of the connection configured for your application. If null, it will redirect to the Auth0 Login Page and show the Login Widget.
'page'
: displays the UI with a full page view'popup'
: displays the UI with a popup window'touch'
: displays the UI in a way that leverages a touch interface'wap'
: displays the UI with a "feature phone" type interfaceUsed to add to the URL fragment before redirecting
Previously issued ID Token.
The Id of an invitation to accept. This is available from the user invitation URL that is given when participating in a user invitation flow.
The user's email address or other identifier. When your app knows which user is trying to authenticate, you can provide this parameter to pre-fill the email box or select the right session for sign-in.
This currently only affects the classic Lock experience.
Maximum allowable elasped time (in seconds) since authentication. If the last time the user authenticated is greater than this value, the user must be reauthenticated.
The Id of an organization to log in to.
This will specify an organization
parameter in your user's login request and will add a step to validate
the org_id
claim in your user's ID Token.
'none'
: do not prompt user for login or consent on reauthentication'login'
: prompt user for reauthentication'consent'
: prompt user for consent before processing request'select_account'
: prompt user to select an accountUsed to select the window.location method used to redirect
The URL where Auth0 will redirect your browser to with the authentication result. It must be whitelisted in the "Allowed Callback URLs" field in your Auth0 Application's settings.
The default scope to be used on authentication requests. The defaultScope defined in the Auth0Client is included along with this scope
Provides a hint to Auth0 as to what flow should be displayed. The default behavior is to show a login page but you can override this by passing 'signup' to show the signup page instead.
This only affects the New Universal Login Experience.
The space-separated list of language tags, ordered by preference.
For example: 'fr-CA fr en'
.
If you need to send custom parameters to the Authorization Server, make sure to use the original parameter name.