react-native-auth0
    Preparing search index...

    Class default

    Auth0 for React Native client

    Index

    Constructors

    • Creates an instance of Auth0.

      Parameters

      • options: {
            clientId: string;
            domain: string;
            localAuthenticationOptions?: LocalAuthenticationOptions;
            telemetry?: Telemetry;
            timeout?: number;
            token?: string;
        }

        Your Auth0 application information

        • clientId: string

          Your Auth0 application client identifier

        • domain: string

          Your Auth0 domain

        • OptionallocalAuthenticationOptions?: LocalAuthenticationOptions

          The options for configuring the display of local authentication prompt, authentication level (Android only) and evaluation policy (iOS only).

        • Optionaltelemetry?: Telemetry

          The telemetry information to be sent along with the requests

        • Optionaltimeout?: number

          Timeout to be set for requests.

        • Optionaltoken?: string

          Token to be used for Management APIs

      Returns default

    Properties

    auth: Auth
    credentialsManager: CredentialsManager
    webAuth: WebAuth

    Methods

    • Creates a Users API client

      Parameters

      • token: string

        for Management API

      Returns Users