Interface ISSOServerVerifyResult

interface ISSOServerVerifyResult {
    action?: SSOAction;
    client?: ISSOClientForServer;
    parameters: TStringObject<TStringOrUndefined>;
    userID?: string;
}

Hierarchy

Properties

action?: SSOAction
parameters: TStringObject<TStringOrUndefined>
userID?: string

Generated using TypeDoc