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 interfacePreviously issued ID Token.
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.
'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 accountThe default scope to be used on authentication requests. The defaultScope defined in the Auth0Client is included along with this scope
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.