Result to the opening of the session. Contains information on session token and two-factor authentication.

Hierarchy

  • IOpenSessionResult

Properties

Properties

response2fa: null | TwoFactorAuthResponse

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

token: null | {
    accessToken: string;
    sessionToken: ISessionToken;
}

Token containing session information, or null if there is no token.

Generated using TypeDoc