Package io.vrap.rmf.base.client.oauth2
Interface RefreshableTokenSupplier
- All Superinterfaces:
TokenSupplier
- All Known Implementing Classes:
AnonymousFlowTokenSupplier,InMemoryTokenSupplier,RefreshFlowTokenSupplier,TokenStorageSupplier
-
Field Summary
Fields inherited from interface io.vrap.rmf.base.client.oauth2.TokenSupplier
LOGGER_AUTH -
Method Summary
Methods inherited from interface io.vrap.rmf.base.client.oauth2.TokenSupplier
getToken
-
Method Details
-
refreshToken
CompletableFuture<AuthenticationToken> refreshToken()
-