PasswordStrengthPolicy
public enum PasswordStrengthPolicy : CustomStringConvertible, JSONRepresentable
The PasswordStrengthPolicy union
-
User passwords will adhere to the minimal password strength policy.
Declaration
Swift
case minimalRequirements -
User passwords will adhere to the moderate password strength policy.
Declaration
Swift
case moderatePassword -
User passwords will adhere to the very strong password strength policy.
Declaration
Swift
case strongPassword -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
PasswordStrengthPolicy Enumeration Reference