ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / common / HttpAuthentication / HttpBasicAuth

HttpBasicAuth

data class HttpBasicAuth : HttpAuthentication

Constructors

Name Summary
<init> HttpBasicAuth(username: String, password: String)

Properties

Name Summary
password val password: String
username val username: String

Functions

Name Summary
toString fun toString(): String