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 OAuth20Service
  • Constructor Details

    • WunderlistOAuthService

      public WunderlistOAuthService​(WunderlistAPI api, java.lang.String apiKey, java.lang.String apiSecret, java.lang.String callback, java.lang.String defaultScope, java.lang.String responseType, java.io.OutputStream debugStream, java.lang.String userAgent, HttpClientConfig httpClientConfig, HttpClient httpClient)
  • Method Details