Show / Hide Table of Contents

Class GoogleIdentityStsV1Jwks

Response message for GetJwks.

Inheritance
object
GoogleIdentityStsV1Jwks
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSecurityToken.v1.Data
Assembly: Google.Apis.CloudSecurityToken.v1.dll
Syntax
public class GoogleIdentityStsV1Jwks : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Keys

The JWKS for this OP.

Declaration
[JsonProperty("keys")]
public virtual IList<GoogleIdentityStsV1Jwk> Keys { get; set; }
Property Value
Type Description
IList<GoogleIdentityStsV1Jwk>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX