Class GoogleFirebaseAppcheckV1PublicJwkSet
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.v1.Data
Assembly: Google.Apis.Firebaseappcheck.v1.dll
Syntax
public class GoogleFirebaseAppcheckV1PublicJwkSet : 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<GoogleFirebaseAppcheckV1PublicJwk> Keys { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleFirebaseAppcheckV1PublicJwk> |