Interface PreviewTokenDecoder

All Known Implementing Classes:
JWTPreviewTokenDecoder

public interface PreviewTokenDecoder
An interface used for decoding preview tokens.
Author:
Nick Crum (ncrum)
  • Method Summary

    Modifier and Type
    Method
    Description
    decode(String encodedTokenString)
    Decoded an encoded preview token string into a PreviewToken.