Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TokenResponse

Package version

An internal type used to communicate details of a token request's response that should not be sent back as part of the access token.

Hierarchy

  • TokenResponse

Index

Properties

accessToken

accessToken: AccessToken

The AccessToken to be returned from getToken.

Optional refreshToken

refreshToken: undefined | string

The refresh token if the 'offline_access' scope was used.

Generated using TypeDoc