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

    Interface LogoutUrlOptions

    Parameters for building a URL for the /v2/logout endpoint.

    interface LogoutUrlOptions {
        headers?: Record<string, string>;
        federated?: boolean;
        clientId?: string;
        returnTo?: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    headers?: Record<string, string>

    Optional custom headers to be included in the request.

    federated?: boolean
    clientId?: string
    returnTo?: string