Class RequestBodyAuthenticationScheme
java.lang.Object
com.github.scribejava.core.oauth2.clientauthentication.RequestBodyAuthenticationScheme
- All Implemented Interfaces:
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidaddClientAuthentication(OAuthRequest request, String apiKey, String apiSecret) instance()
-
Constructor Details
-
RequestBodyAuthenticationScheme
protected RequestBodyAuthenticationScheme()
-
-
Method Details
-
instance
-
addClientAuthentication
- Specified by:
addClientAuthenticationin interfaceClientAuthentication
-