Optional
additionalAny additional arbitrary parameters to send along in the URL.
Optional
audience
The intended API identifier that will be the consumer for the issued access token.
Optional
connection
The database connection in which to look for users.
Optional
invitationThe invitation URL for those users who have been invited to join a specific organization.
Optional
maxThe maximum age in seconds that the resulting ID token should be issued for.
Optional
nonce
One-time random value that is used to prevent replay attacks.
Optional
organization
The organization in which user's should be authenticated into.
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 Android: {YOUR_APP_PACKAGE_NAME}.auth0://{AUTH0_DOMAIN}/android/{YOUR_APP_PACKAGE_NAME}/callback iOS: {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 Android:
{YOUR_APP_PACKAGE_NAME}://{AUTH0_DOMAIN}/android/{YOUR_APP_PACKAGE_NAME}/callback
iOS:
{PRODUCT_BUNDLE_IDENTIFIER}://{AUTH0_DOMAIN}/ios/{PRODUCT_BUNDLE_IDENTIFIER}/callback
Optional
scope
The scopes requested for the issued tokens. e.g.
openid profile
Optional
state
Random string to prevent CSRF attacks.
Generated using TypeDoc
Parameters that are sent to a call to the
/authorize
endpoint.