Uses of Interface
com.amilesend.onedrive.connection.auth.store.AuthInfoStore
Packages that use AuthInfoStore
-
Uses of AuthInfoStore in com.amilesend.onedrive
Methods in com.amilesend.onedrive with parameters of type AuthInfoStoreModifier and TypeMethodDescriptionOneDriveFactoryStateManager.Builder.authInfoStore
(AuthInfoStore authInfoStore) Sets the store used to persist and retrieve the auth state. -
Uses of AuthInfoStore in com.amilesend.onedrive.connection.auth.store
Classes in com.amilesend.onedrive.connection.auth.store that implement AuthInfoStoreModifier and TypeClassDescriptionclass
AnAuthInfoStore
implementation that stores and retrieves encrypted user authentication information to the filesystem.class
A simpleAuthInfoStore
implementation that stores and retrieves user authentication information to the filesystem.