Show / Hide Table of Contents

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.

Inheritance
object
GoogleFirebaseAppcheckV1betaPublicJwkSet
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.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX