Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SessionManager

Hierarchy

  • SessionManager

Constructors

Methods

Constructors

constructor

  • new SessionManager(serverUrl: string, contextName: string): SessionManager
  • Parameters

    • serverUrl: string
    • contextName: string

    Returns SessionManager

Methods

getSession

  • getSession(accessToken?: undefined | string): Promise<undefined | Session>
  • Parameters

    • Optional accessToken: undefined | string

    Returns Promise<undefined | Session>

Generated using TypeDoc