Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the Token Response type. For more information look at: https://tools.ietf.org/html/rfc6749#section-5.1

Hierarchy

  • TokenResponse

Index

Constructors

constructor

Properties

accessToken

accessToken: string

expiresIn

expiresIn: undefined | number

idToken

idToken: undefined | string

issuedAt

issuedAt: number

refreshToken

refreshToken: undefined | string

scope

scope: undefined | string

tokenType

tokenType: TokenType

Methods

isValid

  • isValid(buffer?: number): boolean

toJson

Generated using TypeDoc