Package com.rabbitmq.client.amqp.oauth2
Interface TokenParser
- All Known Implementing Classes:
GsonTokenParser
public interface TokenParser
Contract to parse a token from a string.
-
Method Summary
-
Method Details
-
parse
Parse the token.- Parameters:
tokenAsString
- token as a string- Returns:
- the token
-