PinPolicyProvider

public protocol PinPolicyProvider

The protocol defining the PinPolicy.

  • pinPolicy() Default implementation

    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.

    Default Implementation

    Declaration

    Swift

    func pinPolicy() -> PinPolicy

    Return Value

    the PinPolicy.