react-native-auth0
    Preparing search index...

    Interface ClearSessionOptions

    Options for configuring the SDK's clear session behaviour.

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

    Properties

    customScheme?: string

    Android only: Custom scheme to build the callback URL with.

    useLegacyCallbackUrl?: boolean