Interface ClientAuthentication

All Known Implementing Classes:
HttpBasicAuthenticationScheme, RequestBodyAuthenticationScheme

public interface ClientAuthentication
Represents
2.3. Client Authentication
https://tools.ietf.org/html/rfc6749#section-2.3
just implement this interface to implement "2.3.2. Other Authentication Methods"
https://tools.ietf.org/html/rfc6749#section-2.3.2
  • Method Summary

    Modifier and Type Method Description
    void addClientAuthentication​(OAuthRequest request, java.lang.String apiKey, java.lang.String apiSecret)  
  • Method Details

    • addClientAuthentication

      void addClientAuthentication​(OAuthRequest request, java.lang.String apiKey, java.lang.String apiSecret)