Package 

Class JWTDecoder


  • 
    class JWTDecoder
    
                        

    Bridge class for decoding JWTs. Used to abstract the implementation for testing purposes.

    • Constructor Summary

      Constructors 
      Constructor Description
      JWTDecoder()
    • Method Summary

      Modifier and Type Method Description
      Jwt decode(String jwt)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JWTDecoder

        JWTDecoder()