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 latest version of the `GenerateIdTokenResponse` class is 2.4.0, as part of the Google.Cloud.Iam.Credentials.V1 namespace."],["This class is a sealed class implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GenerateIdTokenResponse` inherits from `object` and provides access to inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."],["The class includes two constructors: a default constructor and a copy constructor that takes another `GenerateIdTokenResponse` instance as a parameter."],["It exposes a `Token` property, which is a string that represents the OpenId Connect ID token."]]],[]]