GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.GoogleTokenResponse Class Reference

JSON response from Google's OAuth token endpoint. More...

Properties

string AccessToken [get, set]
 Bearer access token for calling Google APIs.
int ExpiresIn [get, set]
 Number of seconds until AccessToken expires.
string RefreshToken [get, set]
 Token used to obtain a new access token once it expires. Only returned on the initial authorization code exchange.
string TokenType [get, set]
 OAuth token type, normally "Bearer".

Detailed Description

JSON response from Google's OAuth token endpoint.

Definition at line 362 of file Credentials.cs.

Property Documentation

◆ AccessToken

string GenerallyPositive.GoogleTokenResponse.AccessToken
getset

Bearer access token for calling Google APIs.

Definition at line 368 of file Credentials.cs.

◆ ExpiresIn

int GenerallyPositive.GoogleTokenResponse.ExpiresIn
getset

Number of seconds until AccessToken expires.

Definition at line 374 of file Credentials.cs.

◆ RefreshToken

string GenerallyPositive.GoogleTokenResponse.RefreshToken
getset

Token used to obtain a new access token once it expires. Only returned on the initial authorization code exchange.

Definition at line 380 of file Credentials.cs.

◆ TokenType

string GenerallyPositive.GoogleTokenResponse.TokenType
getset

OAuth token type, normally "Bearer".

Definition at line 386 of file Credentials.cs.


The documentation for this class was generated from the following file: