react-native-auth0
    Preparing search index...

    Class WebAuth

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

    Index

    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>