react-native-auth0
    Preparing search index...

    Class default

    Auth0 for React Native client

    Index

    Constructors

    • Creates an instance of Auth0.

      Parameters

      • options: Auth0Options

        Your Auth0 application information

        Options for configuring the Auth0 client.

        • clientId: string

          The client identifier of your application.

        • domain: string

          The Auth0 domain for your tenant.

        • Optionalheaders?: Record<string, string>

          (Optional) Custom headers to include in requests.

        • OptionallocalAuthenticationOptions?: LocalAuthenticationOptions

          Options for configuring local authentication.

        • Optionaltelemetry?: Telemetry

          Telemetry information to include in requests.

        • Optionaltimeout?: number

          The timeout in milliseconds for network requests.

      Returns default

    Properties

    auth: Auth
    credentialsManager: CredentialsManager
    webAuth: WebAuth

    Methods

    • Creates a Users API client

      Parameters

      • token: string

        for Management API

      Returns Users