Internal
Base class for authentication methods that manage users of a Webcom internal identity provider.
Webcom internal identity providers authenticate users based on a unique identifier (email or MSISDN) and a password, which may be:
either a personal password, in this case use PersonalPasswordMethod,
or a generated one-time password sent to the user, in this case use OneTimePasswordMethod.
This class provides with common operations to manage user profile data.
Types
Represents messages sent to the user such as a one-time password or a code to reset her·his personal password.
List of all available Webcom internal identity providers.
Functions
Clears the profile data of the currently authenticated user stored by the Webcom authentication service. This operation is asynchronous and calls the given callback once performed.