Starts the AuthN/AuthZ transaction against the AS in the in-app browser.
To learn more about how to customize the authorize call, check the Universal Login Page article at https://auth0.com/docs/hosted-pages/login
A poplulated instance of <a href="../types/Credentials.html" class="tsd-kind-type-alias">Credentials</a>.
Terminates the ongoing web-based operation and reports back that it was cancelled. You need to call this method within your custom Web Auth provider implementation whenever the operation is cancelled by the user.
Removes Auth0 session and optionally remove the Identity Provider session.
Helper to perform Auth against Auth0 hosted login page
It will use
/authorize
endpoint of the Authorization Server (AS) with Code Grant and Proof Key for Challenge Exchange (PKCE).See
https://auth0.com/docs/api-auth/grant/authorization-code-pkce