Implements

  • ICliUserSessionService

Constructors

Methods

  • Gets the current user session

    Returns Observable<undefined | ICliUserSession>

    An observable that emits the current user session

  • Sets the current user session

    Parameters

    • session: ICliUserSession

      The session to set

    Returns Promise<void>