Uses of Class
com.amilesend.onedrive.connection.auth.store.AuthInfoStoreException
Packages that use AuthInfoStoreException
-
Uses of AuthInfoStoreException in com.amilesend.onedrive.connection.auth.store
Methods in com.amilesend.onedrive.connection.auth.store that throw AuthInfoStoreExceptionModifier and TypeMethodDescriptionRetrieves theOneDriveAuthInfofor the given keyed identifier.Retrieves theOneDriveAuthInfofrom the file system.Retrieves theOneDriveAuthInfofrom the file system.voidAuthInfoStore.store(String id, OneDriveAuthInfo authInfo) Stores the givenauthInfofor the associated keyed identifier.voidSingleUserEncryptedFileBasedAuthInfoStore.store(String id, @NonNull OneDriveAuthInfo authInfo) Saves the givenauthInfoto the file system.voidSingleUserFileBasedAuthInfoStore.store(String id, @NonNull OneDriveAuthInfo authInfo) Saves the givenauthInfoto the file system.