Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AccessToken

OAuth2 Access Token

Hierarchy

  • AccessToken

Index

Properties

access_token

access_token: string

Token attached to requests to assert permissions

expires_in

expires_in: number

Period (in seconds) for how long the access token will remain valid

refresh_token

refresh_token: string

Token used to refresh the access token after it has expired

Generated using TypeDoc