Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SessionTokens

Tokens which represents the client session.

Hierarchy

  • SessionTokens

Properties

Readonly accessToken

accessToken: string

JWT access token used to interact with Web API.

Readonly refreshToken

refreshToken: string

Refresh token used to refresh SessionTokens.accessToken.