Interface ISSOVerifyResult

interface ISSOVerifyResult {
    action?: SSOAction;
    parameters: TStringObject<TStringOrUndefined>;
    userID?: string;
}

Hierarchy (view full)

Properties

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