Interface ISSOServerOption

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

Properties

loginPath?: string
parameterName?: ISSOParameterName

name for url query parameters

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

token name for cookie or http header