public sealed class SignJwtResponse : IMessage<SignJwtResponse>, IEquatable<SignJwtResponse>, IDeepCloneable<SignJwtResponse>, IBufferMessage, IMessage
Implements
IMessageSignJwtResponse, IEquatableSignJwtResponse, IDeepCloneableSignJwtResponse, IBufferMessage, 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 |
string |
SignedJwt
public string SignedJwt { get; set; }
The signed JWT.
Property Value | |
---|---|
Type | Description |
string |