Uses of Interface
com.amilesend.onedrive.connection.auth.AuthManager
Packages that use AuthManager
-
Uses of AuthManager in com.amilesend.onedrive.connection
Methods in com.amilesend.onedrive.connection that return AuthManagerModifier and TypeMethodDescriptionOneDriveConnection.getAuthManager()The authorization manager used to manage auth tokens.Methods in com.amilesend.onedrive.connection with parameters of type AuthManagerModifier and TypeMethodDescriptionOneDriveConnectionBuilder.authManager(AuthManager authManager) TheAuthManagerused to manage authentication and access tokens.Constructors in com.amilesend.onedrive.connection with parameters of type AuthManagerModifierConstructorDescriptionOneDriveConnection(@NonNull okhttp3.OkHttpClient httpClient, @NonNull AuthManager authManager, @NonNull GsonFactory gsonFactory, String baseUrl) Creates a newOneDriveConnectionobject. -
Uses of AuthManager in com.amilesend.onedrive.connection.auth
Classes in com.amilesend.onedrive.connection.auth that implement AuthManagerModifier and TypeClassDescriptionclassManager that is responsible for obtaining and refreshing tokens to interact with a business OneDrive account for a specific resource.classManager that is responsible for obtaining and refreshing tokens to interact with a personal OneDrive account.