Internal

class Internal(val provider: AuthenticationMethod.Internal.Provider) : AuthenticationFactor.Provider

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

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

Functions

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

Human-readable name for this Provider instance.

Properties

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

The actual internal provider among the ones available.