React Native Auth0 - v5.0.0-beta.4
    Preparing search index...

    Interface NativeAuth0Options

    Extends the core Auth0Options with native-specific configuration.

    Platform specific: Native only (iOS/Android).

    interface NativeAuth0Options {
        domain: string;
        clientId: string;
        timeout?: number;
        headers?: Record<string, string>;
        localAuthenticationOptions?: LocalAuthenticationOptions;
    }

    Hierarchy (View Summary)

    Index

    Properties

    domain: string

    Your Auth0 application's domain. e.g., 'your-tenant.us.auth0.com'

    clientId: string

    Your Auth0 application's client ID.

    timeout?: number
    headers?: Record<string, string>
    localAuthenticationOptions?: LocalAuthenticationOptions