GoogleFirebaseAppcheckV1ExchangeAppAttestAssertionRequest constructor

GoogleFirebaseAppcheckV1ExchangeAppAttestAssertionRequest({
  1. String? artifact,
  2. String? assertion,
  3. String? challenge,
  4. bool? limitedUse,
})

Implementation

GoogleFirebaseAppcheckV1ExchangeAppAttestAssertionRequest({
  this.artifact,
  this.assertion,
  this.challenge,
  this.limitedUse,
});