pinEnroller abstract method

OutOfBandRegistration 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: an OutOfBandRegistration object.

Implementation

OutOfBandRegistration pinEnroller(PinEnroller pinEnroller);