public sealed class GenerateIdTokenResponse : IMessage<GenerateIdTokenResponse>, IEquatable<GenerateIdTokenResponse>, IDeepCloneable<GenerateIdTokenResponse>, IBufferMessage, IMessage
[[["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 `GenerateIdTokenResponse` class, part of the `Google.Cloud.Iam.Credentials.V1` namespace, is available in version 1.2.0 and up to the latest version 2.4.0, and is used to represent the response for generating an ID token."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact within the Google Protobuf framework."],["It inherits from `Object` and also contains additional inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["`GenerateIdTokenResponse` has two constructors, one default and another that accepts another `GenerateIdTokenResponse` object for initialization."],["The class has a single `Token` property, of type `string`, that holds the generated OpenID Connect ID token."]]],[]]