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
MessageDetails
Link copied to clipboard
open class MessageDetails @JvmOverloads() constructor(template: String?, locale: Locale?)
Content copied to clipboard
Provider
Link copied to clipboard
Functions
clearProfile
Link copied to clipboard
setProfile
Link copied to clipboard
@JvmOverloads()
Content copied to clipboard
Sets the value of the profile data of the currently authenticated user stored by the Webcom authentication service.
updateProfile
Link copied to clipboard
@JvmOverloads()
Content copied to clipboard