Abstract
The object defining the minimum and maximum length of the PIN.
If not implemented, it will return a PIN policy with a minimum and maximum length of 6 digits.
Abstract
enrollThe method that will be invoked till either the user provides a PIN that conforms to the format expected by the SDK (i.e. a 6 digit PIN) or till the operation is cancelled (through the PinEnrollmentHandler.cancel).
the object providing some contextual information during PIN enrollment.
the object that must be invoked with the new PIN.
Abstract
onThis method is invoked when valid PIN credentials were provided during registration.
This method can be used for instance to hide the UI used to ask for credentials to the user (some text fields to get PIN credentials) and then display some progress message indicating that the operation is ongoing.
Note that invoking this method does not mean that the registration completed successfully
(this is notified through onSuccess
methods once the FIDO UAF server validates the request
generated with the credentials).
Generated using TypeDoc
The object in charge of PIN enrollment.
The SDK does not provide implementations of this interface. The implementation must be done by the user of the SDK.
See