sveltekit-oidc - v1.1.1
    Preparing search index...

    Type Alias OIDCLogoutOptions

    type OIDCLogoutOptions = {
        clearSessionOnly?: boolean;
        postLogoutRedirectUri?: string;
        state?: string;
    }
    Index

    Properties

    clearSessionOnly?: boolean
    postLogoutRedirectUri?: string
    state?: string