Uses of Class
com.amilesend.onedrive.connection.auth.oauth.OAuthReceiverException
Packages that use OAuthReceiverException
-
Uses of OAuthReceiverException in com.amilesend.onedrive.connection.auth.oauth
Methods in com.amilesend.onedrive.connection.auth.oauth that throw OAuthReceiverExceptionModifier and TypeMethodDescriptionvoidOAuthReceiver.close()Closes the HTTP server resource.OneDriveOAuthReceiver.getAuthCodeUri()Gets the AuthCode URI that is used when initiating an OAuth handshake.<T> TOAuthReceiver.start()Starts the HTTP server to handle OAuth callbacks.voidOAuthReceiver.stop()Stops the running HTTP server.OAuthReceiver.waitForCode()Blocks until the server receives a login result, or the server is stopped byOAuthReceiver.stop(), to return an authorization code.OAuthReceiverCallback.waitForCode()Blocks until the server receives a login result, or the server is stopped byOAuthReceiver.stop(), to return an authorization code.