Class HttpBasicAuthenticationScheme

java.lang.Object
com.github.scribejava.core.oauth2.clientauthentication.HttpBasicAuthenticationScheme
All Implemented Interfaces:
ClientAuthentication

public class HttpBasicAuthenticationScheme
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
НTTP Basic authentication scheme
  • Constructor Summary

    Constructors
    Modifier Constructor Description
    protected HttpBasicAuthenticationScheme()  
  • Method Summary

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

    Methods inherited from class java.lang.Object

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