View Source GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaExchangeAppAttestAttestationResponse (google_api_firebase_app_check v0.5.0)

Response message for the ExchangeAppAttestAttestation method.

Attributes

  • appCheckToken (type: GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaAppCheckToken.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.
  • attestationToken (type: GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaAttestationTokenResponse.t, default: nil) - Encapsulates an App Check token.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaExchangeAppAttestAttestationResponse{
    appCheckToken:
      GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaAppCheckToken.t()
      | nil,
    artifact: String.t() | nil,
    attestationToken:
      GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaAttestationTokenResponse.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.