Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JwtGroup<JwtInfoType>

A pair of tokens: refresh and access. When working with library, functions and services you provide have to use this interface.

Type Parameters

  • JwtInfoType

Hierarchy

  • JwtGroup

Index

Properties

accessToken?: JwtInfoType
refreshToken?: JwtInfoType

Generated using TypeDoc