AWSCognitoIdentityProviderUserPoolMfaType
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderUserPoolMfaType) {
AWSCognitoIdentityProviderUserPoolMfaTypeUnknown,
AWSCognitoIdentityProviderUserPoolMfaTypeOff,
AWSCognitoIdentityProviderUserPoolMfaTypeOn,
AWSCognitoIdentityProviderUserPoolMfaTypeOptional,
}
Swift
enum AWSCognitoIdentityProviderUserPoolMfaType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderUserPoolMfaTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderUserPoolMfaTypeOffSwift
case off = 1 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderUserPoolMfaTypeOnSwift
case on = 2 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderUserPoolMfaTypeOptionalSwift
case optional = 3
View on GitHub
Install in Dash
AWSCognitoIdentityProviderUserPoolMfaType Enumeration Reference