Web-based responsive document annotation tool
activeannoservice / common / HttpAuthentication
sealed class HttpAuthentication
Inspiration: https://www.sparkpost.com/docs/tech-resources/webhook-authentication/
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 |