RegisterTwoFactorAuthKeys constructor

RegisterTwoFactorAuthKeys({
  1. int? requiredApproverCount,
  2. List<String>? twoFactorPublicKeyPems,
})

Implementation

RegisterTwoFactorAuthKeys({
  this.requiredApproverCount,
  this.twoFactorPublicKeyPems,
});