Uses of Class
com.amilesend.discogs.connection.auth.info.KeySecretAuthInfo
Packages that use KeySecretAuthInfo
-
Uses of KeySecretAuthInfo in com.amilesend.discogs
Methods in com.amilesend.discogs with parameters of type KeySecretAuthInfoModifier and TypeMethodDescriptionstatic DiscogsDiscogs.newOAuthInstance(KeySecretAuthInfo appKeySecret, String userAgent, int oAuthReceiverPort) Creates a new OAuth authenticatedDiscogsinstance.static DiscogsDiscogs.newOAuthInstance(KeySecretAuthInfo appKeySecret, String userAgent, int oAuthReceiverPort, OAuthInfo oAuthToken) Creates a new OAuth authenticatedDiscogsinstance. -
Uses of KeySecretAuthInfo in com.amilesend.discogs.connection.auth
Classes in com.amilesend.discogs.connection.auth that implement interfaces with type arguments of type KeySecretAuthInfoModifier and TypeClassDescriptionclassAuthorization manager for key + secret pairs.Methods in com.amilesend.discogs.connection.auth that return KeySecretAuthInfoMethods in com.amilesend.discogs.connection.auth with parameters of type KeySecretAuthInfoModifier and TypeMethodDescriptionOAuthManager.OAuthManagerBuilder.appCredentials(@NonNull KeySecretAuthInfo appCredentials) 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.AuthManagerFactory.newUserAuthenticatedAuthManager(KeySecretAuthInfo authInfo) Creates a new auth manager for a user-supplied key and secret.Constructors in com.amilesend.discogs.connection.auth with parameters of type KeySecretAuthInfoModifierConstructorDescriptionKeySecretAuthManager(@NonNull KeySecretAuthInfo authInfo) Creates a newKeySecretAuthManagerinstance.