public sealed class OAuthToken : IMessage<OAuthToken>, IEquatable<OAuthToken>, IDeepCloneable<OAuthToken>, IBufferMessage, IMessage
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eOAuthToken\u003c/code\u003e class, which is necessary for generating OAuth tokens, primarily for Google APIs hosted on *.googleapis.com.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOAuthToken\u003c/code\u003e class is part of the \u003ccode\u003eGoogle.Cloud.Tasks.V2\u003c/code\u003e namespace and is found in the Google.Cloud.Tasks.V2.dll assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: a default constructor, \u003ccode\u003eOAuthToken()\u003c/code\u003e, and another which allows an object to be passed in, \u003ccode\u003eOAuthToken(OAuthToken other)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOAuthToken\u003c/code\u003e class includes two properties: \u003ccode\u003eScope\u003c/code\u003e, which defines the OAuth scope (defaulting to "\u003ca href=\"https://www.googleapis.com/auth/cloud-platform\"\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/a\u003e"), and \u003ccode\u003eServiceAccountEmail\u003c/code\u003e, which specifies the service account email used for token generation.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions available, from version 2.2.0 all the way to 3.5.0 which is the latest, but this content page is specifically on version 2.2.0.\u003c/p\u003e\n"]]],[],null,[]]