Package com.amilesend.discogs.connection.auth.oauth
package com.amilesend.discogs.connection.auth.oauth
-
ClassDescriptionDescribes 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.Defines the exception thrown fromOAuthReceiver
.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.