Class OneDriveOAuthReceiver

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

public class OneDriveOAuthReceiver extends OAuthReceiver
Extends OAuthReceiver 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.
See Also: