Webcom Android SDK Public API Reference / com.orange.webcom.sdkv2.authentication / AuthenticationFactor / Provider / Internal

Internal

class Internal : 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

<init>

Internal(provider: AuthenticationMethod.Internal.Provider)

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

Properties

provider

val provider: AuthenticationMethod.Internal.Provider

The actual internal provider among the ones available.

Functions

toString

fun toString(): String

Human readable name for this Provider instance.