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