NMAPinPolicyProvider
@objc
public protocol NMAPinPolicyProvider
The protocol defining the NMAPinPolicy
.
See
NMAPinEnroller
See
NMAPinChanger
-
Returns the object defining the minimum and maximum length of the PIN. If not implemented, it will return a PIN policy with a minimum and maximum length of 6 digits.
Declaration
Swift
@objc optional func pinPolicy() -> NMAPinPolicy
Return Value
the
NMAPinPolicy
.