pinUserVerifier abstract method
- PinUserVerifier pinUserVerifier
Specifies the object that will take care of the PIN user verification.
IMPORTANT
Providing at least one of the PinUserVerifier, PasswordUserVerifier,
BiometricUserVerifier, DevicePasscodeUserVerifier or FingerprintUserVerifier
is required.
Params:
- pinUserVerifier: the PinUserVerifier.
Returns: an Authentication object.
Implementation
Authentication pinUserVerifier(PinUserVerifier pinUserVerifier);