MFAOptionType constructor

MFAOptionType({
  1. String? attributeName,
  2. DeliveryMediumType? deliveryMedium,
})

Implementation

MFAOptionType({
  this.attributeName,
  this.deliveryMedium,
});