GoogleFirebaseAppcheckV1PlayIntegrityConfig constructor
GoogleFirebaseAppcheckV1PlayIntegrityConfig({
- GoogleFirebaseAppcheckV1PlayIntegrityConfigAccountDetails? accountDetails,
- GoogleFirebaseAppcheckV1PlayIntegrityConfigAppIntegrity? appIntegrity,
- GoogleFirebaseAppcheckV1PlayIntegrityConfigDeviceIntegrity? deviceIntegrity,
- String? name,
- String? tokenTtl,
Implementation
GoogleFirebaseAppcheckV1PlayIntegrityConfig({
this.accountDetails,
this.appIntegrity,
this.deviceIntegrity,
this.name,
this.tokenTtl,
});