Uses of Class
com.amilesend.discogs.connection.auth.OAuthManager
Packages that use OAuthManager
-
Uses of OAuthManager in com.amilesend.discogs.connection.auth
Methods in com.amilesend.discogs.connection.auth that return OAuthManagerModifier and TypeMethodDescriptionOAuthManager.OAuthManagerBuilder.build()
AuthManagerFactory.newOAuthAuthManager
(okhttp3.OkHttpClient httpClient, KeySecretAuthInfo appCredentials, String userAgent, int receiverPort) Creates a new OAuth-based auth manager to execute the OAuth flow to acquire the OAuth access token.AuthManagerFactory.newOAuthAuthManagerWithExistingToken
(okhttp3.OkHttpClient httpClient, KeySecretAuthInfo appCredentials, String userAgent, int receiverPort, OAuthInfo authInfo) Creates a new OAuth-based auth manager for an existing persisted OAuth token.