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."],[[["This webpage details the `GenerateIdTokenResponse` class within the `Google.Cloud.Iam.Credentials.V1` namespace, part of the Google.Cloud.Iam.Credentials.V1.dll assembly."],["The `GenerateIdTokenResponse` class is a sealed class that implements several interfaces, including `IMessage\u003cGenerateIdTokenResponse\u003e`, `IEquatable\u003cGenerateIdTokenResponse\u003e`, `IDeepCloneable\u003cGenerateIdTokenResponse\u003e`, `IBufferMessage`, and `IMessage`."],["The class has two constructors, a default one and one that takes another `GenerateIdTokenResponse` object as a parameter."],["The `GenerateIdTokenResponse` class has one property named Token, which is a string representing the OpenId Connect ID token."],["The documentation covers versions ranging from 1.0.0 to 2.4.0 of the `GenerateIdTokenResponse` class, with 2.4.0 being the most recent version."]]],[]]