GoogleFirebaseAppcheckV1betaExchangeAppAttestAttestationRequest constructor

GoogleFirebaseAppcheckV1betaExchangeAppAttestAttestationRequest({
  1. String? attestationStatement,
  2. String? challenge,
  3. String? keyId,
})

Implementation

GoogleFirebaseAppcheckV1betaExchangeAppAttestAttestationRequest({
  this.attestationStatement,
  this.challenge,
  this.keyId,
});