Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OAuth2Token

export
interface

OAuth2Token

Hierarchy

  • OAuth2Token

Index

Properties

access_token

access_token: string
memberof

OAuth2Token

account_id

account_id: string
memberof

OAuth2Token

expires_in

expires_in: number
memberof

OAuth2Token

Optional refresh_token

refresh_token?: string
memberof

OAuth2Token

scopes

scopes: string[]
memberof

OAuth2Token

token_type

token_type: string
memberof

OAuth2Token