Interface AccessTokenAuthenticationHandler


public interface AccessTokenAuthenticationHandler
Provides operations to authenticate with Atlassian products through access tokens
  • Method Summary

    Modifier and Type
    Method
    Description
    authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String bearerToken)
    Authenticates a HTTP request using the access token defined in the Authorization header.