Provider

enum Provider : Enum<AuthenticationMethod.Internal.Provider>

List of all available Webcom internal identity providers.

Entries

Email
Link copied to clipboard
Email("password")
Webcom internal identity provider that authenticates users based on their email address.
Phone
Link copied to clipboard
Phone("phone")
Webcom internal identity provider that authenticates users based on their phone number (MSISDN).

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int