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 Detail

      • addClientAuthentication

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