Package com.amilesend.onedrive.connection.auth.oauth
package com.amilesend.onedrive.connection.auth.oauth
-
ClassDescriptionA 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
.ExtendsOAuthReceiver
that accounts for MS Graph scopes and client ID in order to provide the URI to query for the auth code during the OAUTH exchange.