Result to the creation of the session.

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

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.

MMNEPVFCICPMFPCPTTAAATR