kaven-utils - v5.5.1
    Preparing search index...

    Interface ISSOServerOption

    interface ISSOServerOption {
        loginPath?: string;
        parameterName?: ISSOParameterName;
        sessionSet?: Set<string>;
        ssoPath?: string;
        tokenName?: string;
    }
    Index

    Properties

    loginPath?: string
    parameterName?: ISSOParameterName

    name for url query parameters

    sessionSet?: Set<string>
    ssoPath?: string
    tokenName?: string

    token name for cookie or http header