View Source GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1PublicJwkSet (google_api_firebase_app_check v0.4.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.V1.Model.GoogleFirebaseAppcheckV1PublicJwk.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.V1.Model.GoogleFirebaseAppcheckV1PublicJwkSet{
    keys:
      [
        GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1PublicJwk.t()
      ]
      | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.