GoogleFirebaseAppcheckV1GeneratePlayIntegrityChallengeResponse constructor

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

Implementation

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