ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / user / UserInfo

UserInfo

data class UserInfo

View on the User only containing the unique userIdentifier and the userName

Constructors

Name Summary
<init> View on the User only containing the unique userIdentifier and the userNameUserInfo(userIdentifier: UserIdentifier, userName: String? = null)

Properties

Name Summary
userIdentifier val userIdentifier: UserIdentifier
userName val userName: String?