Class JWTParser

    • Constructor Summary

      Constructors 
      Constructor Description
      JWTParser()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Header parseHeader​(java.lang.String json)
      Parses the given JSON into a Header instance.
      Payload parsePayload​(java.lang.String json)
      Parses the given JSON into a Payload instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait