GoogleFirebaseAppcheckV1betaAppAttestChallengeResponse constructor

GoogleFirebaseAppcheckV1betaAppAttestChallengeResponse({
  1. String? challenge,
  2. String? ttl,
})

Implementation

GoogleFirebaseAppcheckV1betaAppAttestChallengeResponse({
  this.challenge,
  this.ttl,
});