kaven-utils - v5.5.1
    Preparing search index...

    Interface ISSOServerVerifyResult

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

    Hierarchy (View Summary)

    Index

    Properties

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