Relyingparty constructor

Relyingparty({
  1. bool? androidInstallApp,
  2. String? androidMinimumVersion,
  3. String? androidPackageName,
  4. bool? canHandleCodeInApp,
  5. String? captchaResp,
  6. String? challenge,
  7. String? continueUrl,
  8. String? email,
  9. String? iOSAppStoreId,
  10. String? iOSBundleId,
  11. String? idToken,
  12. String? kind,
  13. String? newEmail,
  14. String? requestType,
  15. String? userIp,
})

Implementation

Relyingparty({
  this.androidInstallApp,
  this.androidMinimumVersion,
  this.androidPackageName,
  this.canHandleCodeInApp,
  this.captchaResp,
  this.challenge,
  this.continueUrl,
  this.email,
  this.iOSAppStoreId,
  this.iOSBundleId,
  this.idToken,
  this.kind,
  this.newEmail,
  this.requestType,
  this.userIp,
});