Web-based responsive document annotation tool
activeannoservice / common / HttpAuthentication / HttpBasicAuth
data class HttpBasicAuth : HttpAuthentication
| Name | Summary |
|---|---|
| <init> | HttpBasicAuth(username: String, password: String) |
| Name | Summary |
|---|---|
| password | val password: String |
| username | val username: String |
| Name | Summary |
|---|---|
| toString | fun toString(): String |