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 designed for handling OpenId Connect ID tokens."],["This class is found in the `Google.Cloud.Iam.Credentials.V1.dll` assembly and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GenerateIdTokenResponse` class includes a `Token` property of type string, used to store and access the OpenId Connect ID token."],["The latest version available is 2.4.0, but the documentation includes older versions dating back to version 1.0.0 for the `GenerateIdTokenResponse` class."],["There are 2 constructors for `GenerateIdTokenResponse`, one default and another accepting another `GenerateIdTokenResponse` object as parameter."]]],[]]