sveltekit-oidc - v3.0.0
    Preparing search index...

    Type Alias OIDCLogoutOptions

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