GoogleFirebaseAppcheckV1ExchangeCustomTokenRequest constructor

GoogleFirebaseAppcheckV1ExchangeCustomTokenRequest({
  1. String? customToken,
  2. String? jti,
  3. bool? limitedUse,
})

Implementation

GoogleFirebaseAppcheckV1ExchangeCustomTokenRequest({
  this.customToken,
  this.jti,
  this.limitedUse,
});