public sealed class OAuthToken : IMessage<OAuthToken>, IEquatable<OAuthToken>, IDeepCloneable<OAuthToken>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Tasks v2 API class OAuthToken.
Contains information needed for generating an
OAuth token.
This type of authorization should generally only be used when calling Google
APIs hosted on *.googleapis.com.
Service account email
to be used for generating OAuth token.
The service account must be within the same project as the queue. The
caller must have iam.serviceAccounts.actAs permission for the service
account.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This documentation provides reference information and code samples for the Google Cloud Tasks v2 API's `OAuthToken` class."],["`OAuthToken` contains the necessary data for generating OAuth tokens, typically for use with Google APIs hosted on *.googleapis.com."],["The class supports multiple versions, with version 3.5.0 being the latest and version 3.1.0 being the version that the page describes."],["The `OAuthToken` class includes properties like `Scope` and `ServiceAccountEmail`, allowing for the configuration of OAuth token generation."],["The `OAuthToken` class inherits members from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]