Optional
state
Random string to prevent CSRF attacks.
Optional
nonce
One-time random value that is used to prevent replay attacks.
Optional
audience
The intended API identifier that will be the consumer for the issued access token.
Optional
scope
The scopes requested for the issued tokens. e.g.
openid profile
Optional
connection
The database connection in which to look for users.
Optional
maxThe maximum age in seconds that the resulting ID token should be issued for.
Optional
organization
The organization in which user's should be authenticated into.
Optional
invitationThe invitation URL for those users who have been invited to join a specific organization.
Optional
redirectSpecify a custom redirect URL to be used. Normally, you wouldn't need to call this method manually as the default value is autogenerated for you.
If you are using this, ensure a proper redirect URL is constructed in the following format
{YOUR_APP_PACKAGE_NAME}.auth0://{AUTH0_DOMAIN}/android/{YOUR_APP_PACKAGE_NAME}/callback
{PRODUCT_BUNDLE_IDENTIFIER}.auth0://{AUTH0_DOMAIN}/ios/{PRODUCT_BUNDLE_IDENTIFIER}/callback
If you have useLegacyCallbackUrl
set to true then
the redirect URL should in the format
{YOUR_APP_PACKAGE_NAME}://{AUTH0_DOMAIN}/android/{YOUR_APP_PACKAGE_NAME}/callback
{PRODUCT_BUNDLE_IDENTIFIER}://{AUTH0_DOMAIN}/ios/{PRODUCT_BUNDLE_IDENTIFIER}/callback
Optional
additionalAny additional arbitrary parameters to send along in the URL.
Parameters for the web-based authorization flow.
See
https://auth0.com/docs/api/authentication#authorize-client