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

    Interface NativeClearSessionOptions

    Options specific to the clearSession method on Native platforms.

    Platform specific: Native only (iOS/Android).

    interface NativeClearSessionOptions {
        customScheme?: string;
        useLegacyCallbackUrl?: boolean;
    }
    Index

    Properties

    customScheme?: string

    A custom scheme to be used in the callback URL for logout.

    useLegacyCallbackUrl?: boolean

    If true, the SDK will generate a legacy-style callback URL. See migration guide for details.