GoogleFirebaseAppcheckV1betaSafetyNetConfig constructor

GoogleFirebaseAppcheckV1betaSafetyNetConfig({
  1. String? name,
  2. String? tokenTtl,
})

Implementation

GoogleFirebaseAppcheckV1betaSafetyNetConfig({
  this.name,
  this.tokenTtl,
});