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

IdentityDetails

interface IdentityDetails : AuthenticationFactor

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

Properties

displayName

abstract val displayName: String?

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

email

abstract val email: String?

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

providerProfile

abstract val providerProfile: Any?

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

Inherited 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

AuthenticationDetails

data class AuthenticationDetails : AccountDetails, IdentityDetails

Provides properties related to the authentication of a user.