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

AccountDetails

interface AccountDetails

Provides properties related to the account of an authenticated user.

Properties

creationDate

abstract val creationDate: Date

Creation date of the Webcom account of the authenticated user.

uid

abstract val uid: String

Unique identifier of the Webcom account of the authenticated user.

Inheritors

AuthenticationDetails

data class AuthenticationDetails : AccountDetails, IdentityDetails

Provides properties related to the authentication of a user.