Uses of Class
com.amilesend.onedrive.connection.auth.AuthInfo
Packages that use AuthInfo
Package
Description
-
Uses of AuthInfo in com.amilesend.onedrive
Methods in com.amilesend.onedrive that return AuthInfoModifier and TypeMethodDescriptionOneDrive.getAuthInfo()Gets the authentication information associated with the current user connection. -
Uses of AuthInfo in com.amilesend.onedrive.connection
Methods in com.amilesend.onedrive.connection with parameters of type AuthInfoModifier and TypeMethodDescriptionBuilds a newOneDriveConnectioninstance with the givenauthInfo. -
Uses of AuthInfo in com.amilesend.onedrive.connection.auth
Methods in com.amilesend.onedrive.connection.auth that return AuthInfoModifier and TypeMethodDescriptionAuthInfo.AuthInfoBuilder.build()AuthInfo.copyWithResourceId(String resourceId) Creates a copy of this object while injecting the givenresourceId.static AuthInfoAuthManager.fetchAuthInfo(okhttp3.OkHttpClient httpClient, okhttp3.Request request) Helper method to dispatch the request to redeem or refresh authorization tokens.static AuthInfoDeserializes the givenauthInfoJsonstring to a newAuthInfoobject.AuthManager.getAuthInfo()Retrieves the current authentication info.BusinessAccountAuthManager.getAuthInfo()PersonalAccountAuthManager.getAuthInfo()AuthManager.redeemToken(String authCode) Issues a request to redeem the givenauthCodein order to retrieve access and refresh tokens as aAuthInfo.BusinessAccountAuthManager.redeemToken(String authCode) PersonalAccountAuthManager.redeemToken(String authCode) AuthManager.refreshToken()Issues a request to refresh the auth tokens and returns the refreshed tokens as aAuthInfo.BusinessAccountAuthManager.refreshToken()PersonalAccountAuthManager.refreshToken()Methods in com.amilesend.onedrive.connection.auth with parameters of type AuthInfoModifier and TypeMethodDescription -
Uses of AuthInfo in com.amilesend.onedrive.connection.auth.store
Methods in com.amilesend.onedrive.connection.auth.store that return AuthInfoModifier and TypeMethodDescriptionRetrieves theAuthInfofor the given keyed identifier.Retrieves theAuthInfofrom the file system.Retrieves theAuthInfofrom the file system.Methods in com.amilesend.onedrive.connection.auth.store with parameters of type AuthInfoModifier and TypeMethodDescriptionvoidStores the givenauthInfofor the associated keyed identifier.voidSaves the givenauthInfoto the file system.voidSaves the givenauthInfoto the file system.