public sealed class OAuthToken : IMessage<OAuthToken>, IEquatable<OAuthToken>, IDeepCloneable<OAuthToken>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Scheduler v1 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 job. 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-07-02 UTC."],[[["The `OAuthToken` class in the Google Cloud Scheduler v1 API is used to provide information for generating an OAuth token, typically for Google APIs hosted on `*.googleapis.com`."],["The latest version of the `OAuthToken` class is 3.5.0, with prior versions available ranging from 3.4.0 down to 2.2.0, and the class supports various interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `OAuthToken` class includes properties such as `Scope` and `ServiceAccountEmail`, which allow the specification of the OAuth scope and the service account email used to generate the token."],["The class can inherit members from `object`, such as `GetHashCode`, `GetType`, and `ToString`."],["The OAuthToken class has two constructors, a default one, and another one that takes in another `OAuthToken` object."]]],[]]