Uses of Class
com.amilesend.onedrive.connection.auth.AuthInfo.AuthInfoBuilder
Packages that use AuthInfo.AuthInfoBuilder
-
Uses of AuthInfo.AuthInfoBuilder in com.amilesend.onedrive.connection.auth
Methods in com.amilesend.onedrive.connection.auth that return AuthInfo.AuthInfoBuilderModifier and TypeMethodDescriptionAuthInfo.AuthInfoBuilder.accessToken(@NonNull String accessToken) The current authorization token used to make API requests.static AuthInfo.AuthInfoBuilderAuthInfo.builder()AuthInfo.AuthInfoBuilder.expiresIn(long expiresIn) Time in milliseconds when the auth token expires.AuthInfo.AuthInfoBuilder.extExpiresIn(long extExpiresIn) Time in milliseconds when the auth token expires.AuthInfo.AuthInfoBuilder.refreshToken(@NonNull String refreshToken) The current refresh token used to refresh access tokens.AuthInfo.AuthInfoBuilder.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.