Implements

Constructors

Accessors

Methods

Constructors

Accessors

Methods

  • Close current session.

    Returns Promise<boolean>

    true if session was present and was closed; false otherwise.

  • Create and initialize session object by access and session tokens.

    Parameters

    • accessToken: string

      Token with session information serialized to XML.

    • sessionToken: ISessionToken

      Token with session information.

    Returns Promise<ISession>

    Initialized session object.

  • Try to restore session.

    Returns Promise<null | ISession>

    Session if restoring was successful; null otherwise.

MMNEPVFCICPMFPCPTTAAATR