TESSA Web API
    Preparing search index...

    Interface ISessionResult

    Result to the creation of the session.

    interface ISessionResult {
        response2fa: null | TwoFactorAuthResponse;
        session: null | ISession;
    }
    Index

    Properties

    Properties

    response2fa: null | TwoFactorAuthResponse

    Response for 2FA request processing or null if 2FA was not performed.

    session: null | ISession

    User session or null if session not created.