Uses of Package
com.amilesend.discogs.connection.auth.oauth
Packages that use com.amilesend.discogs.connection.auth.oauth
Package
Description
-
Classes in com.amilesend.discogs.connection.auth.oauth used by com.amilesend.discogs.connection.authClassDescriptionA customized OAuth receiver that handles the OAuth token exchange redirect by hosting a HTTP server to capture the auth and/or error code specific to Box.net OAuth flow.
-
Classes in com.amilesend.discogs.connection.auth.oauth used by com.amilesend.discogs.connection.auth.oauthClassDescriptionDescribes the response during the OAuth flow when requesting the access token that is used during the handshake to request permission from the user that explicitly granted the application access.A customized OAuth receiver that handles the OAuth token exchange redirect by hosting a HTTP server to capture the auth and/or error code specific to Box.net OAuth flow.HttpServer handler that takes the verifier token passed over from the OAuth provider and stashes it where
OAuthReceiver.waitForCode()
will find it.Describes the response during the OAuth flow when requesting the request token that is used during the handshake to request permission from the user to grant the application access.