GoogleFirebaseAppcheckV1betaExchangeCustomTokenRequest constructor

GoogleFirebaseAppcheckV1betaExchangeCustomTokenRequest({
  1. String? customToken,
  2. bool? limitedUse,
})

Implementation

GoogleFirebaseAppcheckV1betaExchangeCustomTokenRequest({
  this.customToken,
  this.limitedUse,
});