public sealed class SignJwtResponse : IMessage<SignJwtResponse>, IEquatable<SignJwtResponse>, IDeepCloneable<SignJwtResponse>, IBufferMessage, IMessageInheritance
System.Object > SignJwtResponseImplements
Google.Protobuf.IMessage<SignJwtResponse>, System.IEquatable<SignJwtResponse>, Google.Protobuf.IDeepCloneable<SignJwtResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Iam.Credentials.V1Assembly
Google.Cloud.Iam.Credentials.V1.dll
Constructors
SignJwtResponse()
public SignJwtResponse()SignJwtResponse(SignJwtResponse)
public SignJwtResponse(SignJwtResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
SignJwtResponse |
Properties
KeyId
public string KeyId { get; set; }The ID of the key used to sign the JWT.
| Property Value | |
|---|---|
| Type | Description |
System.String |
|
SignedJwt
public string SignedJwt { get; set; }The signed JWT.
| Property Value | |
|---|---|
| Type | Description |
System.String |
|