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 theOneDriveAuthInfo
for the given keyed identifier.Retrieves theOneDriveAuthInfo
from the file system.Retrieves theOneDriveAuthInfo
from the file system.void
AuthInfoStore.store
(String id, OneDriveAuthInfo authInfo) Stores the givenauthInfo
for the associated keyed identifier.void
SingleUserEncryptedFileBasedAuthInfoStore.store
(String id, @NonNull OneDriveAuthInfo authInfo) Saves the givenauthInfo
to the file system.void
SingleUserFileBasedAuthInfoStore.store
(String id, @NonNull OneDriveAuthInfo authInfo) Saves the givenauthInfo
to the file system.