Interface AccessTokenResponse

Hierarchy

  • AccessTokenResponse

Properties

access_token: string

The value of the access token

expires_in: number

The time in seconds until the access token exprires

refresh_token: string

Refresh token is used to update the expirey time of the access token

scope: string

Generated using TypeDoc