View Source GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaPublicJwk (google_api_firebase_app_check v0.2.1)

A JWK as specified by section 4 of RFC 7517 and section 6.3.1 of RFC 7518.

Attributes

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaPublicJwk{
    alg: String.t() | nil,
    e: String.t() | nil,
    kid: String.t() | nil,
    kty: String.t() | nil,
    n: String.t() | nil,
    use: String.t() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.