@inrupt/solid-client-authn-browser
    Preparing search index...

    Interface IEndSessionOptions

    interface IEndSessionOptions {
        endSessionEndpoint: string;
        idTokenHint?: string;
        postLogoutRedirectUri?: string;
        state?: string;
    }
    Index

    Properties

    endSessionEndpoint: string
    idTokenHint?: string
    postLogoutRedirectUri?: string
    state?: string