Package com.github.scribejava.apis
Class ImgurApi
java.lang.Object
com.github.scribejava.core.builder.api.DefaultApi20
com.github.scribejava.apis.ImgurApi
-
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 StringgetAuthorizationUrl(String responseType, String apiKey, String callback, String scope, String state, Map<String, String> additionalParams) static ImgurApiinstance()static booleanMethods inherited from class com.github.scribejava.core.builder.api.DefaultApi20
getAccessTokenExtractor, getAccessTokenVerb, getBearerSignature, getClientAuthentication, getDeviceAuthorizationEndpoint, getDeviceAuthorizationExtractor, getRefreshTokenEndpoint, getRevokeTokenEndpoint
-
Constructor Details
-
ImgurApi
protected ImgurApi()
-
-
Method Details
-
instance
-
getAccessTokenEndpoint
- Specified by:
getAccessTokenEndpointin classDefaultApi20
-
getAuthorizationUrl
public String getAuthorizationUrl(String responseType, String apiKey, String callback, String scope, String state, Map<String, String> additionalParams) - Overrides:
getAuthorizationUrlin classDefaultApi20
-
getAuthorizationBaseUrl
- Specified by:
getAuthorizationBaseUrlin classDefaultApi20
-
createService
public ImgurOAuthService createService(String apiKey, String apiSecret, String callback, String defaultScope, String responseType, OutputStream debugStream, String userAgent, HttpClientConfig httpClientConfig, HttpClient httpClient) - Overrides:
createServicein classDefaultApi20
-
isOob
-