pinEnroller abstract method Null safety

AuthCloudApiRegistration 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, BiometricUserVerifier or FingerprintUserVerifier is required.

Params:

Returns: an AuthCloudApiRegistration object.

Implementation

AuthCloudApiRegistration pinEnroller(PinEnroller pinEnroller);