Interface PreviewTokenDecoder
- All Known Implementing Classes:
- JWTPreviewTokenDecoder
public interface PreviewTokenDecoder
An interface used for decoding preview tokens.
- Author:
- Nick Crum (ncrum)
- 
Method Summary
- 
Method Details- 
decodeDecoded an encoded preview token string into aPreviewToken.- Parameters:
- encodedTokenString- the encoded preview token string
- Returns:
- the decoded preview token
- Throws:
- PreviewTokenParseException- when there is an issue with the parsing of the encoded token
 
 
-