passwordEnroller abstract method

AuthCloudApiRegistration passwordEnroller(
  1. 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:

Returns: an AuthCloudApiRegistration object.

Implementation

AuthCloudApiRegistration passwordEnroller(PasswordEnroller passwordEnroller);