public class AnonymousFlowTokenSupplier extends BaseAuthTokenSupplier implements RefreshableTokenSupplier
LOGGER_AUTH| Constructor and Description |
|---|
AnonymousFlowTokenSupplier(String clientId,
String clientSecret,
String scope,
String tokenEndpoint,
RefreshFlowTokenSupplier refreshFlowTokenSupplier,
VrapHttpClient vrapHttpClient) |
| Modifier and Type | Method and Description |
|---|---|
int |
reflectionHashCode() |
CompletableFuture<AuthenticationToken> |
refreshToken() |
String |
toString() |
getTokenclose, closeQuietly, equals, hashCodegetTokenpublic AnonymousFlowTokenSupplier(String clientId, String clientSecret, String scope, String tokenEndpoint, RefreshFlowTokenSupplier refreshFlowTokenSupplier, VrapHttpClient vrapHttpClient)
public CompletableFuture<AuthenticationToken> refreshToken()
refreshToken in interface RefreshableTokenSupplierpublic int reflectionHashCode()