public class HttpBasicAuthenticationScheme extends Object implements ClientAuthentication
| Modifier | Constructor and Description |
|---|---|
protected |
HttpBasicAuthenticationScheme() |
| Modifier and Type | Method and Description |
|---|---|
void |
addClientAuthentication(OAuthRequest request,
String apiKey,
String apiSecret) |
static HttpBasicAuthenticationScheme |
instance() |
public static HttpBasicAuthenticationScheme instance()
public void addClientAuthentication(OAuthRequest request, String apiKey, String apiSecret)
addClientAuthentication in interface ClientAuthenticationCopyright © 2018. All rights reserved.