IdentityDetails

interface IdentityDetails : AuthenticationFactor

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

Properties

displayName
Link copied to clipboard
abstract val displayName: String?

Display name of the authenticated user as known by the identity provider, if available.

email
Link copied to clipboard
abstract val email: String?

Email of the authenticated user as known by the identity provider, if available.

provider
Link copied to clipboard
abstract val provider: AuthenticationFactor.Provider

The identity provider that has authenticated the user.

providerProfile
Link copied to clipboard
abstract val providerProfile: Map<String, String>?

Profile of the authenticated user as known by the identity provider, if available.

providerUID
Link copied to clipboard
abstract val providerUID: String

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

Inheritors

AuthenticationDetails
Link copied to clipboard