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

AuthenticationFactor

interface AuthenticationFactor

Provides properties related to an authentication factor of an authenticated user.

Types

Provider

sealed class Provider

List of all available identity provider for Webcom applications.

Properties

provider

abstract val provider: AuthenticationFactor.Provider

The identity provider that has authenticated the user.

providerUID

abstract val providerUID: String

The identifier of the authenticated user relatively to the identity provider.

Inheritors

IdentityDetails

interface IdentityDetails : AuthenticationFactor

Provides properties related to the identity of an authenticated user, in addition to the AuthenticationFactor properties.