Uses of Class
com.amilesend.discogs.connection.auth.info.OAuthInfo
Packages that use OAuthInfo
Package
Description
-
Uses of OAuthInfo in com.amilesend.discogs
Methods in com.amilesend.discogs with parameters of type OAuthInfoModifier and TypeMethodDescriptionstatic Discogs
Discogs.newOAuthInstance
(KeySecretAuthInfo appKeySecret, String userAgent, int oAuthReceiverPort, OAuthInfo oAuthToken) Creates a new OAuth authenticatedDiscogs
instance. -
Uses of OAuthInfo in com.amilesend.discogs.connection.auth
Classes in com.amilesend.discogs.connection.auth that implement interfaces with type arguments of type OAuthInfoModifier and TypeClassDescriptionclass
Defines the auth manager for OAuth-authenticated requests.Methods in com.amilesend.discogs.connection.auth that return OAuthInfoMethods in com.amilesend.discogs.connection.auth with parameters of type OAuthInfoModifier and TypeMethodDescriptionAuthManagerFactory.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.OAuthManager.OAuthManagerBuilder.oAuthToken
(OAuthInfo oAuthToken) -
Uses of OAuthInfo in com.amilesend.discogs.connection.auth.oauth
Methods in com.amilesend.discogs.connection.auth.oauth that return OAuthInfo