Class OAuthReceiver

java.lang.Object
com.amilesend.onedrive.connection.auth.oauth.OAuthReceiver
All Implemented Interfaces:
AutoCloseable
Direct Known Subclasses:
OneDriveOAuthReceiver

public class OAuthReceiver extends Object implements AutoCloseable
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. This is based on LocalServerReceiver defined in the google-oauth-java-client library.