Interface OAuthAccessTokenResponse

An O-Auth access token that was granted response.

(Source)

Hierarchy-Diagram

UML class diagram of OAuthAccessTokenResponse
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.

expires_in: number

The number of seconds the token will be valid for.

token_type: string

The type of token, this should always be Bearer.

Generated using TypeDoc