GoogleFirebaseAppcheckV1AppAttestConfig constructor

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

Implementation

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