GetUserPoolMfaConfigResponse
public struct GetUserPoolMfaConfigResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The multi-factor (MFA) configuration. Valid values include: OFF MFA will not be used for any users. ON MFA is required for all users to sign in. OPTIONAL MFA will be required only for individual users who have an MFA factor enabled.
Declaration
Swift
public let mfaConfiguration: UserPoolMfaType?
-
The SMS text message multi-factor (MFA) configuration.
Declaration
Swift
public let smsMfaConfiguration: SmsMfaConfigType?
-
The software token multi-factor (MFA) configuration.
Declaration
Swift
public let softwareTokenMfaConfiguration: SoftwareTokenMfaConfigType?
-
Undocumented
Declaration
Swift
public init(mfaConfiguration: UserPoolMfaType? = nil, smsMfaConfiguration: SmsMfaConfigType? = nil, softwareTokenMfaConfiguration: SoftwareTokenMfaConfigType? = nil)