pinEnroller abstract method

Registration pinEnroller(
  1. 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:

Returns: a Registration object.

Implementation

Registration pinEnroller(PinEnroller pinEnroller);