PasswordControlMode
public enum PasswordControlMode : CustomStringConvertible, JSONRepresentable
The PasswordControlMode union
-
Password is disabled.
Declaration
Swift
case disabled
-
Password is enabled.
Declaration
Swift
case enabled
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }