class Google::Apis::FirebaseappcheckV1beta::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](https: //tools.ietf.org/html/rfc7517#section-5). For security, the response **must not** be cached for longer than one day.

Attributes

keys[RW]

The set of public keys. See [section 5.1 of RFC 7517](tools.ietf.org/ html/rfc7517#section-5). Corresponds to the JSON property `keys` @return [Array<Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaPublicJwk>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/firebaseappcheck_v1beta/classes.rb, line 677
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/firebaseappcheck_v1beta/classes.rb, line 682
def update!(**args)
  @keys = args[:keys] if args.key?(:keys)
end