Interface OAuthAccessTokenWithRefreshTokenResponse

An O-Auth access token with refresh token that was granted response.

(Source)

Hierarchy-Diagram

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

refresh_token: string

The refresh token.

token_type: string

The type of token, this should always be Bearer.

Generated using TypeDoc