AWSCognitoIdentityProviderSmsMfaConfigType
Objective-C
@interface AWSCognitoIdentityProviderSmsMfaConfigType
Swift
class AWSCognitoIdentityProviderSmsMfaConfigType
The SMS text message multi-factor authentication (MFA) configuration type.
-
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.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable smsAuthenticationMessage;
Swift
var smsAuthenticationMessage: String? { get set }
-
The SMS configuration.
Declaration
Objective-C
@property (nonatomic, strong) AWSCognitoIdentityProviderSmsConfigurationType *_Nullable smsConfiguration;
Swift
var smsConfiguration: AWSCognitoIdentityProviderSmsConfigurationType? { get set }