Provides session information.

Hierarchy

Implemented by

Properties

accessToken: string

Token describing the session access data.

applicationId: string

ID of the application that opened the session.

id: string

Session ID.

instanceName: string

Name of the server instance.

isInitialized: boolean

Session has been initialized.

serverCode: string

Server code.

session: ISession

Opened session.

sessionToken: ISessionToken

Token describing the session.

user: IUser

Information about the current user.

Methods

  • Performs session initialization.

    Parameters

    • session: ISession

      The session to initialize.

    Returns Promise<void>

  • Token describing the session access data, or `null' if the session is not associated with the token.

    Returns null | string

  • Token describing the session, or `null' if the session is not associated with the token.

    Returns null | ISessionToken

Generated using TypeDoc