GoogleFirebaseAppcheckV1DeviceCheckConfig constructor

GoogleFirebaseAppcheckV1DeviceCheckConfig({
  1. String? keyId,
  2. String? name,
  3. String? privateKey,
  4. bool? privateKeySet,
  5. String? tokenTtl,
})

Implementation

GoogleFirebaseAppcheckV1DeviceCheckConfig({
  this.keyId,
  this.name,
  this.privateKey,
  this.privateKeySet,
  this.tokenTtl,
});