Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MicrosoftOAuthAccessToken

Data for a Microsoft Access token.

Hierarchy

  • MicrosoftOAuthAccessToken

Index

Properties

access_token

access_token: string

The token.

expires_in

expires_in: string

The time, in seconds, the token expires in.

refresh_token

refresh_token: string

The refresh token.

scope

scope: string

The scope.

token_type

token_type: string

The type, like "Bearer".

Generated using TypeDoc