public class ClientCredentialsTokenSupplier extends AutoCloseableService implements TokenSupplier
LOGGER_AUTH| Constructor and Description |
|---|
ClientCredentialsTokenSupplier(String clientId,
String clientSecret,
String scope,
String tokenEndpoint,
VrapHttpClient vrapHttpClient) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<AuthenticationToken> |
getToken() |
int |
reflectionHashCode() |
String |
toString() |
close, closeQuietly, equals, hashCodepublic ClientCredentialsTokenSupplier(String clientId, String clientSecret, String scope, String tokenEndpoint, VrapHttpClient vrapHttpClient)
public CompletableFuture<AuthenticationToken> getToken()
getToken in interface TokenSupplierpublic int reflectionHashCode()