ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / common / HttpAuthentication / OAuth2

OAuth2

data class OAuth2 : HttpAuthentication

Constructors

Name Summary
<init> OAuth2(clientID: String, clientSecret: String, tokenUrl: URL)

Properties

Name Summary
clientID val clientID: String
clientSecret val clientSecret: String
tokenUrl val tokenUrl: URL

Functions

Name Summary
toString fun toString(): String