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 within the Google Cloud .NET library."],["The latest version of `SignJwtResponse` is 2.4.0, and older versions from 1.0.0 up until 2.3.0 are available as well."],["The `SignJwtResponse` class, a sealed class implementing several interfaces, is used for handling responses related to signed JWTs."],["`SignJwtResponse` includes properties such as `KeyId`, which represents the key used to sign the JWT, and `SignedJwt`, which contains the actual signed JWT string."],["The class offers two constructors: a default one, and a copy constructor that takes an existing `SignJwtResponse` object as a parameter."]]],[]]