View Source GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1ExchangeAppAttestAttestationResponse (google_api_firebase_app_check v0.5.0)
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
Unwrap a decoded JSON object into its complex fields.