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.

Hierarchy

Properties

passwordPolicy: PasswordPolicy = ...

the object defining the constraints of the password (minimum length, required special characters, etc.).

Methods

  • The 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).

    Parameters

    Returns void

  • This 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).

    Returns void

Generated using TypeDoc