MFAOptionType class

This data type is no longer supported. You can use it only for SMS MFA configurations. You can't use it for TOTP software token MFA configurations.

Constructors

MFAOptionType({String? attributeName, DeliveryMediumType? deliveryMedium})
MFAOptionType.fromJson(Map<String, dynamic> json)
factory

Properties

attributeName String?
The attribute name of the MFA option type. The only valid value is phone_number.
final
deliveryMedium DeliveryMediumType?
The delivery medium to send the MFA code. You can use this parameter to set only the SMS delivery medium value.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited