View Source GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1ExchangeAppAttestAttestationResponse (google_api_firebase_app_check v0.6.1)

Response message for the ExchangeAppAttestAttestation method.

Attributes

  • appCheckToken (type: GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1AppCheckToken.t, default: nil) - Encapsulates an App Check token.
  • artifact (type: String.t, default: nil) - An artifact that can be used in future calls to ExchangeAppAttestAssertion.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1ExchangeAppAttestAttestationResponse{
    appCheckToken:
      GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1AppCheckToken.t()
      | nil,
    artifact: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.