Class RequestBodyAuthenticationScheme
java.lang.Object
com.github.scribejava.core.oauth2.clientauthentication.RequestBodyAuthenticationScheme
- All Implemented Interfaces:
ClientAuthentication
public class RequestBodyAuthenticationScheme extends java.lang.Object implements ClientAuthentication
2.3. Client Authentication
2.3.1. Client Password
https://tools.ietf.org/html/rfc6749#section-2.3.1
request-body authentication scheme
2.3.1. Client Password
https://tools.ietf.org/html/rfc6749#section-2.3.1
request-body authentication scheme
-
Constructor Summary
Constructors Modifier Constructor Description protectedRequestBodyAuthenticationScheme() -
Method Summary
Modifier and Type Method Description voidaddClientAuthentication(OAuthRequest request, java.lang.String apiKey, java.lang.String apiSecret)static RequestBodyAuthenticationSchemeinstance()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RequestBodyAuthenticationScheme
protected RequestBodyAuthenticationScheme()
-
-
Method Details
-
instance
-
addClientAuthentication
public void addClientAuthentication(OAuthRequest request, java.lang.String apiKey, java.lang.String apiSecret)- Specified by:
addClientAuthenticationin interfaceClientAuthentication
-