Interface GoogleApiOAuth2TokenObject

The OAuth 2.0 token object represents the OAuth 2.0 token and any associated data.

Index

Properties

Properties

public access_token: string

The OAuth 2.0 token. Only present in successful responses

public error: string

Details about the error. Only present in error responses

public expires_in: string

The duration, in seconds, the token is valid for. Only present in successful responses

public state: string

The Google API scopes related to this token