Class SignJwtResponse (1.2.0)

public sealed class SignJwtResponse : IMessage<SignJwtResponse>, IEquatable<SignJwtResponse>, IDeepCloneable<SignJwtResponse>, IBufferMessage, IMessage

Inheritance

Object > SignJwtResponse

Namespace

Google.Cloud.Iam.Credentials.V1

Assembly

Google.Cloud.Iam.Credentials.V1.dll

Constructors

SignJwtResponse()

public SignJwtResponse()

SignJwtResponse(SignJwtResponse)

public SignJwtResponse(SignJwtResponse other)
Parameter
NameDescription
otherSignJwtResponse

Properties

KeyId

public string KeyId { get; set; }

The ID of the key used to sign the JWT.

Property Value
TypeDescription
String

SignedJwt

public string SignedJwt { get; set; }

The signed JWT.

Property Value
TypeDescription
String