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).

Properties

agent: Agent
clientId: string
domain: string
localAuthenticationOptions?: LocalAuthenticationOptions

Methods

  • 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.

    Returns Promise<void>