public interface PreviewTokenDecoder
Modifier and Type | Method and Description |
---|---|
PreviewToken |
decode(String encodedTokenString)
Decoded an encoded preview token string into a
PreviewToken . |
PreviewToken decode(String encodedTokenString) throws PreviewTokenParseException
PreviewToken
.encodedTokenString
- the encoded preview token stringPreviewTokenParseException
- when there is an issue with the parsing of the encoded
tokenCopyright © 2021. All rights reserved.