public sealed class OidcToken : IMessage<OidcToken>, IEquatable<OidcToken>, IDeepCloneable<OidcToken>, IBufferMessage, IMessage
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-03-21 UTC."],[[["The `OidcToken` class, found in version 2.2.0, is used to generate OpenID Connect tokens for various authorization scenarios, such as calling Cloud Run or other endpoints."],["The `OidcToken` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["There are two constructors available for creating an `OidcToken` object: a default constructor and a constructor that accepts another `OidcToken` instance for cloning."],["The `OidcToken` class has two key properties: `Audience`, which specifies the intended recipient of the token, and `ServiceAccountEmail`, which specifies the service account used to generate the token."],["The latest available version is 3.5.0, and several previous versions are available for reference, ranging from 3.4.0 to 2.2.0."]]],[]]