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."],[[["Version 2.4.0 is the latest release, with multiple previous versions listed down to 1.0.0."],["The `GenerateIdTokenResponse` class, found within the `Google.Cloud.Iam.Credentials.V1` namespace, is a sealed class representing a response for generating ID tokens."],["This class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor that can be initialized without any parameters, and another that takes a `GenerateIdTokenResponse` object."],["The `Token` property of type `String` is available for getting or setting the OpenID Connect ID token."]]],[]]