AWSCognitoIdentityProviderUserPoolMfaType
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderUserPoolMfaType) {
AWSCognitoIdentityProviderUserPoolMfaTypeUnknown,
AWSCognitoIdentityProviderUserPoolMfaTypeOff,
AWSCognitoIdentityProviderUserPoolMfaTypeOn,
AWSCognitoIdentityProviderUserPoolMfaTypeOptional,
}
Swift
enum AWSCognitoIdentityProviderUserPoolMfaType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderUserPoolMfaTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderUserPoolMfaTypeOff
Swift
case off = 1
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderUserPoolMfaTypeOn
Swift
case on = 2
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderUserPoolMfaTypeOptional
Swift
case optional = 3