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-03-21 UTC."],[[["This documentation provides reference information for the `OAuthToken` class within the Google Cloud Tasks v2 API, which is used for generating OAuth tokens."],["The `OAuthToken` class is part of the `Google.Cloud.Tasks.V2` namespace and is available in the `Google.Cloud.Tasks.V2.dll` assembly, with the latest version available being 3.5.0."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`OAuthToken` has properties for setting the `Scope` and `ServiceAccountEmail`, which define the authorization scope and service account used to generate the OAuth token, respectively."],["This class has two constructors: a default `OAuthToken()` and a copy constructor `OAuthToken(OAuthToken other)`."]]],[]]