UserPoolMfaType
public enum UserPoolMfaType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case off = "OFF" -
Undocumented
Declaration
Swift
case on = "ON" -
Undocumented
Declaration
Swift
case optional = "OPTIONAL" -
Declaration
Swift
public var description: String { get }
View on GitHub
UserPoolMfaType Enumeration Reference