Uses of Class
com.amilesend.onedrive.connection.auth.OneDriveAuthInfo
Packages that use OneDriveAuthInfo
Package
Description
-
Uses of OneDriveAuthInfo in com.amilesend.onedrive
Methods in com.amilesend.onedrive that return OneDriveAuthInfoModifier and TypeMethodDescriptionOneDrive.getAuthInfo()Gets the authentication information associated with the current user connection. -
Uses of OneDriveAuthInfo in com.amilesend.onedrive.connection
Methods in com.amilesend.onedrive.connection with parameters of type OneDriveAuthInfoModifier and TypeMethodDescriptionOneDriveConnectionBuilder.build(OneDriveAuthInfo authInfo) Builds a newOneDriveConnectioninstance with the givenauthInfo. -
Uses of OneDriveAuthInfo in com.amilesend.onedrive.connection.auth
Subinterfaces with type arguments of type OneDriveAuthInfo in com.amilesend.onedrive.connection.authModifier and TypeInterfaceDescriptioninterfaceThe interface that defines the manager that is responsible for obtaining and refreshing tokens to interact with a OneDrive account.Methods in com.amilesend.onedrive.connection.auth that return OneDriveAuthInfoModifier and TypeMethodDescriptionOneDriveAuthInfo.OneDriveAuthInfoBuilder.build()OneDriveAuthInfo.copyWithResourceId(String resourceId) Creates a copy of this object while injecting the givenresourceId.static OneDriveAuthInfoOneDriveAuthManager.fetchAuthInfo(okhttp3.OkHttpClient httpClient, okhttp3.Request request) Helper method to dispatch the request to redeem or refresh authorization tokens.static OneDriveAuthInfoDeserializes the givenauthInfoJsonstring to a newAuthInfoobject.BusinessAccountAuthManager.getAuthInfo()PersonalAccountAuthManager.getAuthInfo()BusinessAccountAuthManager.redeemToken(String authCode) OneDriveAuthManager.redeemToken(String authCode) Issues a request to redeem the givenauthCodein order to retrieve access and refresh tokens as aOneDriveAuthInfo.PersonalAccountAuthManager.redeemToken(String authCode) BusinessAccountAuthManager.refreshToken()OneDriveAuthManager.refreshToken()Issues a request to refresh the auth tokens and returns the refreshed tokens as aOneDriveAuthInfo.PersonalAccountAuthManager.refreshToken()Methods in com.amilesend.onedrive.connection.auth with parameters of type OneDriveAuthInfoModifier and TypeMethodDescriptionBusinessAccountAuthManager.BuilderWithAuthInfo.authInfo(@NonNull OneDriveAuthInfo authInfo) PersonalAccountAuthManager.BuilderWithAuthInfo.authInfo(@NonNull OneDriveAuthInfo authInfo) -
Uses of OneDriveAuthInfo in com.amilesend.onedrive.connection.auth.store
Methods in com.amilesend.onedrive.connection.auth.store that return OneDriveAuthInfoModifier and TypeMethodDescriptionRetrieves theOneDriveAuthInfofor the given keyed identifier.Retrieves theOneDriveAuthInfofrom the file system.Retrieves theOneDriveAuthInfofrom the file system.Methods in com.amilesend.onedrive.connection.auth.store with parameters of type OneDriveAuthInfoModifier and TypeMethodDescriptionvoidAuthInfoStore.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.