Package com.rabbitmq.stream.oauth2
Interface TokenParser
-
- All Known Implementing Classes:
GsonTokenParser
public interface TokenParserContract to parse a token from a string.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tokenparse(String tokenAsString)Parse the token.
-