Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AccessToken

Index

Constructors

constructor

  • new AccessToken(accessToken: string, expiresIn: number, refreshToken: string, refreshExpiresIn: number, fordConsumerId: string): AccessToken

Properties

Private expiresAt

expiresAt: Date

Private fordConsumerId

fordConsumerId: string

Private refreshExpiresAt

refreshExpiresAt: Date

Private refreshToken

refreshToken: string

Private value

value: string

Methods

getExpiresAt

  • getExpiresAt(): Date

getFordConsumerId

  • getFordConsumerId(): string

getRefreshExpiresAt

  • getRefreshExpiresAt(): Date

getRefreshToken

  • getRefreshToken(): string

getValue

  • getValue(): string

isExpired

  • isExpired(): boolean

refreshIsExpired

  • refreshIsExpired(): boolean

setExpiresAtFromTimeStamp

  • setExpiresAtFromTimeStamp(expiresIn: number): Date

Generated using TypeDoc