Class GoogleFirebaseAppcheckV1betaPublicJwkSet
The currently active set of public keys that can be used to verify App Check tokens. This object is a JWK set as specified by section 5 of RFC 7517. For security, the response must not be cached for longer than six hours.
Implements
Inherited Members
Namespace: Google.Apis.Firebaseappcheck.v1beta.Data
Assembly: Google.Apis.Firebaseappcheck.v1beta.dll
Syntax
public class GoogleFirebaseAppcheckV1betaPublicJwkSet : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Keys
The set of public keys. See section 5.1 of RFC 7517.
Declaration
[JsonProperty("keys")]
public virtual IList<GoogleFirebaseAppcheckV1betaPublicJwk> Keys { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleFirebaseAppcheckV1betaPublicJwk> |