AuthenticationFactor

interface AuthenticationFactor

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

Types

Provider
Link copied to clipboard
sealed class Provider
List of all available identity provider for Webcom applications.

Properties

provider
Link copied to clipboard
abstract val provider: AuthenticationFactor.Provider
The identity provider that has authenticated the user.
providerUID
Link copied to clipboard
abstract val providerUID: String
The identifier of the authenticated user relatively to the identity provider.

Inheritors

IdentityDetails
Link copied to clipboard