Provider

enum Provider : Enum<AuthenticationMethod.Internal.Provider>

List of all available Webcom internal identity providers.

Entries

Phone
Link copied to clipboard
Phone("phone")

Webcom internal identity provider that authenticates users based on their phone number (MSISDN).

Email
Link copied to clipboard
Email("password")

Webcom internal identity provider that authenticates users based on their email address.

Properties

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