public sealed class OidcToken : IMessage<OidcToken>, IEquatable<OidcToken>, IDeepCloneable<OidcToken>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Tasks v2 API class OidcToken.
Contains information needed for generating an
OpenID Connect
token.
This type of authorization can be used for many scenarios, including
calling Cloud Run, or endpoints where you intend to validate the token
yourself.
Service account email
to be used for generating OIDC 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-07-09 UTC."],[[["The `OidcToken` class in the Google Cloud Tasks v2 API is used to generate OpenID Connect tokens for authorization, suitable for Cloud Run and custom endpoint validation."],["The latest version of the `OidcToken` API is 3.5.0, with prior versions available for reference, dating back to 2.2.0."],["`OidcToken` is an inherited class, based on `object`, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `OidcToken` class has properties for `Audience` and `ServiceAccountEmail`, allowing configuration of the target and service account used when generating the OIDC token."],["Constructors for the `OidcToken` class include a default constructor and a constructor that accepts another `OidcToken` object for initialization."]]],[]]