Interface TokenDecoder<T>

All Known Implementing Classes:
AesJsonTokenDecoder, BasicRsaJwtDecoder, CryptedTokenDecoder, JwtDecoder

public interface TokenDecoder<T>
used to decode a Token from a String
Author:
Nicolas Thibault, Abdessalam El Jai, Alexandre Rupp
  • Method Summary

    Modifier and Type
    Method
    Description
    decode(String token)
     
  • Method Details