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