GoogleFirebaseAppcheckV1PlayIntegrityConfig constructor

GoogleFirebaseAppcheckV1PlayIntegrityConfig({
  1. GoogleFirebaseAppcheckV1PlayIntegrityConfigAccountDetails? accountDetails,
  2. GoogleFirebaseAppcheckV1PlayIntegrityConfigAppIntegrity? appIntegrity,
  3. GoogleFirebaseAppcheckV1PlayIntegrityConfigDeviceIntegrity? deviceIntegrity,
  4. String? name,
  5. String? tokenTtl,
})

Implementation

GoogleFirebaseAppcheckV1PlayIntegrityConfig({
  this.accountDetails,
  this.appIntegrity,
  this.deviceIntegrity,
  this.name,
  this.tokenTtl,
});