View Source GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaPublicJwkSet (google_api_firebase_app_check v0.5.0)
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.
Attributes
-
keys
(type:list(GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaPublicJwk.t)
, default:nil
) - The set of public keys. See section 5.1 of RFC 7517.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaPublicJwkSet{ keys: [ GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaPublicJwk.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.