NMAPasswordPolicyProvider
@objc
public protocol NMAPasswordPolicyProvider
The protocol defining the NMAPasswordPolicy
.
-
Returns the object defining the constraints of the password (minimum length, required special characters, etc.).
Declaration
Swift
@objc optional func passwordPolicy() -> NMAPasswordPolicy
Return Value
the
NMAPasswordPolicy
.