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
  • Constructor Summary

    Constructors
    Modifier Constructor Description
    protected RequestBodyAuthenticationScheme()  
  • Method Summary

    Modifier and Type Method Description
    void addClientAuthentication​(OAuthRequest request, java.lang.String apiKey, java.lang.String apiSecret)  
    static RequestBodyAuthenticationScheme instance()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait