Interface ISSOClientOption

interface ISSOClientOption {
    appNotifyPath?: string;
    parameterName?: ISSOParameterName;
    serverLoginPath?: string;
    serverSSOPath?: string;
    tokenName?: string;
}

Properties

appNotifyPath?: string
parameterName?: ISSOParameterName

name for url query parameters

serverLoginPath?: string
serverSSOPath?: string
tokenName?: string

token name for cookie or http header