GoogleFirebaseAppcheckV1SafetyNetConfig constructor

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

Implementation

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