Interface JwtEncoder

    • Method Detail

      • encode

        Jwt encode​(JwtEncoderParameters parameters)
            throws JwtEncodingException
        Encode the JWT to it's compact claims representation format.
        Parameters:
        parameters - the parameters containing the JOSE header and JWT Claims Set
        Returns:
        a Jwt
        Throws:
        JwtEncodingException - if an error occurs while attempting to encode the JWT