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

Request message for the ExchangeAppAttestAssertion method.

Attributes

  • artifact (type: String.t, default: nil) - Required. The artifact returned by a previous call to ExchangeAppAttestAttestation.
  • assertion (type: String.t, default: nil) - Required. The CBOR-encoded assertion returned by the client-side App Attest API.
  • challenge (type: String.t, default: nil) - Required. A one-time challenge returned by an immediately prior call to GenerateAppAttestChallenge.

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.GoogleFirebaseAppcheckV1betaExchangeAppAttestAssertionRequest{
    artifact: String.t() | nil,
    assertion: String.t() | nil,
    challenge: String.t() | nil
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.