Interface OAuth2TokenRequester


public interface OAuth2TokenRequester
Requests a OAuth2 bearer access token
Since:
9.2
API:
This is a public API.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    The authentication context to be used to fire an 'accessToken' request.
  • Method Summary

    Modifier and Type
    Method
    Description
    javax.ws.rs.core.Response
    Requests a OAuth2 bearer access token
  • Method Details

    • requestToken

      javax.ws.rs.core.Response requestToken(OAuth2TokenRequester.AuthContext ctxt)
      Requests a OAuth2 bearer access token
      Parameters:
      ctxt - authentication context
      Returns:
      response from the remote accessToken request. Yet with an unread entity.
      API:
      This public API is available in Java.