Provides OAuth authorization mechanism for Ads services when using service account flow.
More...
|
string | ServiceAccountEmail [get] |
| Gets the service account email for which access token should be retrieved. More...
|
|
string | PrnEmail [get, set] |
| Gets or sets the email of the account for which the call is being made. More...
|
|
string | ClientId [get, set] |
| Gets or sets the client that is making the request. This value is obtained from the API console during application registration. More...
|
|
string | ClientSecret [get, set] |
| Gets or sets the client secret obtained from the API console during application registration.during application registration. More...
|
|
string | Scope [get, set] |
| Gets or sets the API access your application is requesting. This is space delimited. More...
|
|
string | State [get, set] |
| Gets or sets a parameter that your application can use for keeping state. The OAuth Authorization Server roundtrips this parameter. More...
|
|
string | TokenType [get] |
| Gets the type of token returned by the server. This field will always have the value Bearer for now. More...
|
|
string | AccessToken [get, set] |
| Gets or sets the token that can be sent to a Google API for authentication. More...
|
|
DateTime | UpdatedOn [get, set] |
| Gets or sets the time at which access token was retrieved. More...
|
|
int | ExpiresIn [get, set] |
| Gets the remaining lifetime on the access token. More...
|
|
OAuthTokensObtainedCallback | OnOAuthTokensObtained [get] |
| Callback triggered when this provider obtains a new access token or refresh token from the OAuth server. More...
|
|
AppConfig | Config [get] |
| Gets the application configuration class for this object. More...
|
|
Provides OAuth authorization mechanism for Ads services when using service account flow.
void Google.Api.Ads.Common.Lib.AdsOAuthProviderForServiceAccounts.GenerateAccessTokenForServiceAccount |
( |
| ) |
|
string Google.Api.Ads.Common.Lib.AdsOAuthProviderForServiceAccounts.PrnEmail |
|
getset |
Gets or sets the email of the account for which the call is being made.
string Google.Api.Ads.Common.Lib.AdsOAuthProviderForServiceAccounts.ServiceAccountEmail |
|
get |
Gets the service account email for which access token should be retrieved.
The documentation for this interface was generated from the following file: