Options
All
  • Public
  • Public/Protected
  • All
Menu

Stores a token and other ancillary information about the token and the user it was generated for.

Hierarchy

  • TokenResult

Index

Properties

Properties

expiresOn

expiresOn: Date

The date the token expires on.

token

token: string

The token itself, that is used to gain access to protected resources.

userName

userName: string

The user name associated with the token.