Class ImgurOAuthService

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    @Deprecated
    public class ImgurOAuthService
    extends ImgurOAuthService
    Deprecated.
    • Constructor Summary

      Constructors 
      Constructor Description
      ImgurOAuthService​(com.github.scribejava.core.builder.api.DefaultApi20 api, java.lang.String apiKey, java.lang.String apiSecret, java.lang.String callback, java.lang.String scope, java.lang.String state, java.lang.String responseType, java.lang.String userAgent, com.github.scribejava.core.httpclient.HttpClientConfig httpClientConfig, com.github.scribejava.core.httpclient.HttpClient httpClient)
      Deprecated.
       
    • Method Summary

      • Methods inherited from class com.github.scribejava.core.oauth.OAuth20Service

        createAccessTokenClientCredentialsGrantRequest, createAccessTokenPasswordGrantRequest, createAccessTokenRequest, createRefreshTokenRequest, createRevokeTokenRequest, extractAuthorization, getAccessToken, getAccessToken, getAccessToken, getAccessToken, getAccessTokenAsync, getAccessTokenAsync, getAccessTokenClientCredentialsGrant, getAccessTokenClientCredentialsGrant, getAccessTokenClientCredentialsGrantAsync, getAccessTokenPasswordGrant, getAccessTokenPasswordGrantAsync, getAccessTokenPasswordGrantAsync, getApi, getAuthorizationUrl, getAuthorizationUrl, getAuthorizationUrl, getAuthorizationUrl, getAuthorizationUrlWithPKCE, getAuthorizationUrlWithPKCE, getResponseType, getState, getVersion, refreshAccessToken, refreshAccessToken, refreshAccessTokenAsync, revokeToken, revokeToken, revokeToken, revokeToken, revokeTokenAsync, revokeTokenAsync, sendAccessTokenRequestAsync, sendAccessTokenRequestAsync, sendAccessTokenRequestSync, signRequest
      • Methods inherited from class com.github.scribejava.core.oauth.OAuthService

        close, execute, execute, execute, executeAsync, getApiKey, getApiSecret, getCallback, getScope
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ImgurOAuthService

        public ImgurOAuthService​(com.github.scribejava.core.builder.api.DefaultApi20 api,
                                 java.lang.String apiKey,
                                 java.lang.String apiSecret,
                                 java.lang.String callback,
                                 java.lang.String scope,
                                 java.lang.String state,
                                 java.lang.String responseType,
                                 java.lang.String userAgent,
                                 com.github.scribejava.core.httpclient.HttpClientConfig httpClientConfig,
                                 com.github.scribejava.core.httpclient.HttpClient httpClient)
        Deprecated.