SmsMfaConfigType class

The SMS text message multi-factor authentication (MFA) configuration type.

Constructors

SmsMfaConfigType({String? smsAuthenticationMessage, SmsConfigurationType? smsConfiguration})
SmsMfaConfigType.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smsAuthenticationMessage String?
The SMS authentication message that will be sent to users with the code they need to sign in. The message must contain the ‘{####}’ placeholder, which will be replaced with the code. If the message is not included, and default message will be used.
final
smsConfiguration SmsConfigurationType?
The SMS configuration.
final

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