Interface ClientAuthentication
-
- All Known Implementing Classes:
HttpBasicAuthenticationScheme,RequestBodyAuthenticationScheme
public interface ClientAuthenticationRepresents
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddClientAuthentication(OAuthRequest request, java.lang.String apiKey, java.lang.String apiSecret)
-
-
-
Method Detail
-
addClientAuthentication
void addClientAuthentication(OAuthRequest request, java.lang.String apiKey, java.lang.String apiSecret)
-
-