public sealed class OAuthToken : IMessage<OAuthToken>, IEquatable<OAuthToken>, IDeepCloneable<OAuthToken>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Tasks v2beta3 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"]],[["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\u003eThe \u003ccode\u003eOAuthToken\u003c/code\u003e class in the Google Cloud Tasks v2beta3 API provides information for generating OAuth tokens, primarily for use with Google APIs hosted on \u003ccode\u003e*.googleapis.com\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, allowing it to be used with various functionalities within the Protobuf framework.\u003c/p\u003e\n"],["\u003cp\u003eIt allows configuration of the OAuth scope and service account email for generating the OAuth token, with a default scope of \u003ccode\u003e<https://www.googleapis.com/auth/cloud-platform>\u003c/code\u003e if not specified.\u003c/p\u003e\n"],["\u003cp\u003eThe class has a constructor that creates a new \u003ccode\u003eOAuthToken\u003c/code\u003e object, as well as another to copy the parameters from another \u003ccode\u003eOAuthToken\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eOAuthToken\u003c/code\u003e inherits members from the base \u003ccode\u003eobject\u003c/code\u003e class, including methods like \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e, with its namespace listed as \u003ccode\u003eGoogle.Cloud.Tasks.V2Beta3\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]