Internal

Manages Webcom users based on a public identifier (email address or phone number).

Such identities are managed internally by Webcom (they don't depend on a third-party identity provider). Users associated with such identities may be authenticated using either the PersonalPasswordMethod or the OneTimePasswordMethod.

Constructors

Internal
Link copied to clipboard
fun Internal(provider: AuthenticationMethod.Internal.Provider)

Functions

toString
Link copied to clipboard
open override fun toString(): String

Human readable name for this Provider instance.

Properties

provider
Link copied to clipboard
val provider: AuthenticationMethod.Internal.Provider

The actual internal provider among the ones available.