oauthToken property

OAuthToken? oauthToken
getter/setter pair

If specified, an OAuth token is generated and attached as the Authorization header in the HTTP request.

This type of authorization should generally be used only when calling Google APIs hosted on *.googleapis.com. Note that both the service account email and the scope MUST be specified when using the queue-level authorization override.

Implementation

OAuthToken? oauthToken;