Uses of Class
com.amilesend.onedrive.connection.auth.OneDriveAuthInfo.OneDriveAuthInfoBuilder
Packages that use OneDriveAuthInfo.OneDriveAuthInfoBuilder
-
Uses of OneDriveAuthInfo.OneDriveAuthInfoBuilder in com.amilesend.onedrive.connection.auth
Methods in com.amilesend.onedrive.connection.auth that return OneDriveAuthInfo.OneDriveAuthInfoBuilderModifier and TypeMethodDescriptionOneDriveAuthInfo.OneDriveAuthInfoBuilder.accessToken
(@NonNull String accessToken) The current authorization token used to make API requests.OneDriveAuthInfo.builder()
OneDriveAuthInfo.OneDriveAuthInfoBuilder.expiresIn
(long expiresIn) Time in milliseconds when the auth token expires.OneDriveAuthInfo.OneDriveAuthInfoBuilder.extExpiresIn
(long extExpiresIn) Time in milliseconds when the auth token expires.OneDriveAuthInfo.OneDriveAuthInfoBuilder.refreshToken
(@NonNull String refreshToken) The current refresh token used to refresh access tokens.OneDriveAuthInfo.OneDriveAuthInfoBuilder.resourceId
(String resourceId) The associated resource identifier associated with the access tokens (business accounts only).The list of scopes, or permissions to access the Graph API.The auth token type.