Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents an Access Token request. For more information look at: https://tools.ietf.org/html/rfc6749#section-4.1.3

Hierarchy

  • TokenRequest

Index

Constructors

constructor

Properties

clientId

clientId: string

code

code: undefined | string

extras

extras: undefined | StringMap

grantType

grantType: string

redirectUri

redirectUri: string

refreshToken

refreshToken: undefined | string

Methods

toJson

toStringMap

Generated using TypeDoc