Provider

enum Provider : Enum<AuthenticationMethod.Internal.Provider>

List of all available Webcom internal identity providers.

Entries

Link copied to clipboard
Phone("phone")

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

Link copied to clipboard
Email("password")

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

Properties

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