Class GoogleIdentityStsV1Jwks
Response message for GetJwks.
Implements
Inherited Members
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> |