Interface PinPolicyProvider

All Known Subinterfaces:
PinChanger, PinEnroller

public interface PinPolicyProvider
An object defining the PinPolicy
  • Method Summary

    Modifier and Type
    Method
    Description
    default PinPolicy
    Returns the object defining the minimum and maximum length of the PIN.
  • Method Details

    • pinPolicy

      default PinPolicy pinPolicy()
      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.
      Returns:
      the PinPolicy