Uses of Interface
com.rabbitmq.stream.oauth2.TokenParser
Packages that use TokenParser
-
Uses of TokenParser in com.rabbitmq.stream.oauth2
Classes in com.rabbitmq.stream.oauth2 that implement TokenParserConstructors in com.rabbitmq.stream.oauth2 with parameters of type TokenParserModifierConstructorDescriptionHttpTokenRequester(String tokenEndpointUri, String clientId, String clientSecret, String grantType, Map<String, String> parameters, Consumer<HttpURLConnection> connectionConfigurator, Consumer<HttpURLConnection> requestConfigurator, TokenParser parser)