GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaExchangeAppAttestAttestationRequest (google_api_firebase_app_check v0.2.0) View Source

Request message for the ExchangeAppAttestAttestation method.

Attributes

  • attestationStatement (type: String.t, default: nil) - Required. The App Attest statement returned by the client-side App Attest API. This is a base64url encoded CBOR object in the JSON response.
  • challenge (type: String.t, default: nil) - Required. A one-time challenge returned by an immediately prior call to GenerateAppAttestChallenge.
  • keyId (type: String.t, default: nil) - Required. The key ID generated by App Attest for the client app.

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.GoogleFirebaseAppcheckV1betaExchangeAppAttestAttestationRequest{
    attestationStatement: String.t() | nil,
    challenge: String.t() | nil,
    keyId: String.t() | nil
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.