Web-based responsive document annotation tool
activeannoservice / user / UserInfo
data class UserInfo
View on the User only containing the unique userIdentifier and the userName
| Name | Summary |
|---|---|
| <init> | View on the User only containing the unique userIdentifier and the userNameUserInfo(userIdentifier: UserIdentifier, userName: String? = null) |
| Name | Summary |
|---|---|
| userIdentifier | val userIdentifier: UserIdentifier |
| userName | val userName: String? |