ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / common / HttpAuthentication

HttpAuthentication

sealed class HttpAuthentication

Inspiration: https://www.sparkpost.com/docs/tech-resources/webhook-authentication/

Types

Name Summary
ApplicationJwt Authenticate by sending the application’s JWT with the requestclass ApplicationJwt : HttpAuthentication
HttpBasicAuth data class HttpBasicAuth : HttpAuthentication
None object None : HttpAuthentication
OAuth2 data class OAuth2 : HttpAuthentication