Interface ISSOServerVerifyResult

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

Hierarchy (view full)

Properties

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