OptionalstateRandom string to prevent CSRF attacks.
OptionalnonceOne-time random value that is used to prevent replay attacks.
OptionalaudienceThe intended API identifier that will be the consumer for the issued access token.
OptionalscopeThe scopes requested for the issued tokens. e.g. openid profile
OptionalconnectionThe database connection in which to look for users.
OptionalmaxThe maximum age in seconds that the resulting ID token should be issued for.
OptionalorganizationThe organization in which user's should be authenticated into.
OptionalinvitationThe invitation URL for those users who have been invited to join a specific organization.
OptionalredirectSpecify 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}/callbackIf 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}/callbackOptionaladditionalAny 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