Abstract
the object defining the constraints of the password (minimum length, required special characters, etc.).
Abstract
enrollThe method that will be invoked till either the user provides a password that is conform with the format specified by the PasswordPolicy or till the operation is cancelled (through the PasswordEnrollmentHandler.cancel).
the object providing some contextual information during password enrollment.
the object that must be invoked with the new password.
Abstract
onThis method is invoked when valid password 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 password 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 password enrollment.
The SDK does not provide implementations of this interface. The implementation must be done by the user of the SDK.
See