Interface OAuthAccessToken

The basic O-Auth access token information from an O-Auth access token that was granted.

(Source)

Hierarchy-Diagram

UML class diagram of OAuthAccessToken
Legend
icon for an interface in the UML class diagram interface
icon for a public property in the UML class diagram public property

Hierarchy

Properties

access_token: string

The access token.

token_type: string

The type of token, this should always be Bearer.

Generated using TypeDoc