Class BusinessOneDrive

java.lang.Object
com.amilesend.onedrive.OneDrive
com.amilesend.onedrive.BusinessOneDrive

public class BusinessOneDrive extends OneDrive
The primary exposed object to consumers to access drives available to the authenticated user for business accounts.

While this object can be instantiated directly by consumers, it is recommended to leverage the OneDriveFactoryStateManager instead. Doing so simplifies OAUTH authentication and persists the authentication tokens for reuse. Without it, consumers are responsible for initiating the OAUTH handshake to obtain the authorization code and managing persisted refresh tokens for future instantiation without requiring the user to re-authorize the consumer application with their OneDrive account.

See Also: