Class WunderlistOAuthService
- java.lang.Object
-
- com.github.scribejava.core.oauth.OAuthService
-
- com.github.scribejava.core.oauth.OAuth20Service
-
- com.github.scribejava.apis.wunderlist.WunderlistOAuthService
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
public class WunderlistOAuthService extends com.github.scribejava.core.oauth.OAuth20Service
-
-
Constructor Summary
Constructors Constructor Description WunderlistOAuthService(WunderlistAPI api, java.lang.String apiKey, java.lang.String apiSecret, java.lang.String callback, java.lang.String scope, java.lang.String responseType, java.lang.String userAgent, com.github.scribejava.core.httpclient.HttpClientConfig httpClientConfig, com.github.scribejava.core.httpclient.HttpClient httpClient)
WunderlistOAuthService(WunderlistAPI 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.use one of getAuthorizationUrl method inOAuth20Service
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
signRequest(java.lang.String accessToken, com.github.scribejava.core.model.OAuthRequest request)
-
Methods inherited from class com.github.scribejava.core.oauth.OAuth20Service
createAccessTokenClientCredentialsGrantRequest, createAccessTokenPasswordGrantRequest, createAccessTokenRequest, createAccessTokenRequest, createRefreshTokenRequest, createRevokeTokenRequest, extractAuthorization, getAccessToken, getAccessToken, getAccessToken, getAccessToken, getAccessTokenAsync, getAccessTokenAsync, getAccessTokenClientCredentialsGrant, getAccessTokenClientCredentialsGrant, getAccessTokenClientCredentialsGrantAsync, getAccessTokenPasswordGrant, getAccessTokenPasswordGrantAsync, getAccessTokenPasswordGrantAsync, getApi, getAuthorizationUrl, getAuthorizationUrl, getAuthorizationUrl, getAuthorizationUrl, getAuthorizationUrl, getAuthorizationUrl, getAuthorizationUrl, getAuthorizationUrl, getAuthorizationUrlWithPKCE, getAuthorizationUrlWithPKCE, getAuthorizationUrlWithPKCE, getAuthorizationUrlWithPKCE, getResponseType, getState, getVersion, refreshAccessToken, refreshAccessToken, refreshAccessTokenAsync, revokeToken, revokeToken, revokeToken, revokeToken, revokeTokenAsync, revokeTokenAsync, sendAccessTokenRequestAsync, sendAccessTokenRequestAsync, sendAccessTokenRequestSync, setState, signRequest
-
-
-
-
Constructor Detail
-
WunderlistOAuthService
@Deprecated public WunderlistOAuthService(WunderlistAPI 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.use one of getAuthorizationUrl method inOAuth20Service
- Parameters:
api
- apiapiKey
- apiKeyapiSecret
- apiSecretcallback
- callbackscope
- scopestate
- stateresponseType
- responseTypeuserAgent
- userAgenthttpClientConfig
- httpClientConfighttpClient
- httpClient
-
WunderlistOAuthService
public WunderlistOAuthService(WunderlistAPI api, java.lang.String apiKey, java.lang.String apiSecret, java.lang.String callback, java.lang.String scope, java.lang.String responseType, java.lang.String userAgent, com.github.scribejava.core.httpclient.HttpClientConfig httpClientConfig, com.github.scribejava.core.httpclient.HttpClient httpClient)
-
-