interface AccountDetails
Provides properties related to the account of an authenticated user.
abstract val creationDate: Date
Creation date of the Webcom account of the authenticated user. |
|
abstract val uid: String
Unique identifier of the Webcom account of the authenticated user. |
data class AuthenticationDetails : AccountDetails, IdentityDetails
Provides properties related to the authentication of a user. |