pinEnroller abstract method
- PinEnroller pinEnroller
Specifies the object that will take care of enrolling the PIN of the authenticator. It must be provided only if a PIN authenticator must be registered.
IMPORTANT
Providing at least one of the PinEnroller, PasswordEnroller, BiometricUserVerifier,
DevicePasscodeUserVerifier or FingerprintUserVerifier is required.
Params:
- pinEnroller: the PinEnroller.
Returns: an OutOfBandRegistration object.
Implementation
OutOfBandRegistration pinEnroller(PinEnroller pinEnroller);