Uses of Class
com.amilesend.onedrive.connection.OneDriveConnectionBuilder
Packages that use OneDriveConnectionBuilder
-
Uses of OneDriveConnectionBuilder in com.amilesend.onedrive.connection
Methods in com.amilesend.onedrive.connection that return OneDriveConnectionBuilderModifier and TypeMethodDescriptionOneDriveConnectionBuilder.authManager(AuthManager authManager) TheAuthManagerused to manage authentication and access tokens.The application client identifier.OneDriveConnectionBuilder.clientSecret(String clientSecret) The application client secret.OneDriveConnectionBuilder.httpClient(okhttp3.OkHttpClient httpClient) The underlying http client.static OneDriveConnectionBuilderOneDriveConnectionBuilder.newInstance()Creates a newOneDriveConnectionBuilderinstance.OneDriveConnectionBuilder.redirectUrl(String redirectUrl) The OAuth redirect URL.