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

    Interface ClearSessionParameters

    Parameters for clearing the user's session.

    interface ClearSessionParameters {
        federated?: boolean;
        returnToUrl?: string;
    }
    Index

    Properties

    federated?: boolean

    If true, the user will also be logged out from their identity provider (e.g., Google).

    false
    
    returnToUrl?: string

    The URL to which the user is redirected after logout.