Package com.github.scribejava.apis
Class OdnoklassnikiApi
java.lang.Object
com.github.scribejava.core.builder.api.DefaultApi20
com.github.scribejava.apis.OdnoklassnikiApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateService
(String apiKey, String apiSecret, String callback, String defaultScope, String responseType, OutputStream debugStream, String userAgent, HttpClientConfig httpClientConfig, HttpClient httpClient) protected String
static OdnoklassnikiApi
instance()
Methods inherited from class com.github.scribejava.core.builder.api.DefaultApi20
getAccessTokenExtractor, getAccessTokenVerb, getAuthorizationUrl, getDeviceAuthorizationEndpoint, getDeviceAuthorizationExtractor, getRefreshTokenEndpoint, getRevokeTokenEndpoint
-
Constructor Details
-
OdnoklassnikiApi
protected OdnoklassnikiApi()
-
-
Method Details
-
instance
-
getAccessTokenEndpoint
- Specified by:
getAccessTokenEndpoint
in classDefaultApi20
-
getAuthorizationBaseUrl
- Specified by:
getAuthorizationBaseUrl
in classDefaultApi20
-
createService
public OdnoklassnikiOAuthService createService(String apiKey, String apiSecret, String callback, String defaultScope, String responseType, OutputStream debugStream, String userAgent, HttpClientConfig httpClientConfig, HttpClient httpClient) - Overrides:
createService
in classDefaultApi20
-
getBearerSignature
- Overrides:
getBearerSignature
in classDefaultApi20
-
getClientAuthentication
- Overrides:
getClientAuthentication
in classDefaultApi20
-