Interface JwtDecoder

    • Method Detail

      • decode

        Jwt decode​(java.lang.String token)
            throws JwtException
        Decodes the JWT from it's compact claims representation format and returns a Jwt.
        Parameters:
        token - the JWT value
        Returns:
        a Jwt
        Throws:
        JwtException - if an error occurs while attempting to decode the JWT