public sealed class SignJwtResponse : IMessage<SignJwtResponse>, IEquatable<SignJwtResponse>, IDeepCloneable<SignJwtResponse>, 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 `SignJwtResponse` class, which is part of the `Google.Cloud.Iam.Credentials.V1` namespace and is used within the Google Cloud platform for handling signed JWTs."],["The `SignJwtResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffer operations."],["The class provides two constructors, a default one and another that takes an existing `SignJwtResponse` instance for creating a copy."],["`SignJwtResponse` has two key properties: `KeyId`, which is a string representing the identifier of the signing key, and `SignedJwt`, a string containing the actual signed JWT."],["There are multiple versions of the `SignJwtResponse` class documented on this page, ranging from version 1.0.0 to the latest version 2.4.0."]]],[]]