Poco

namespace JWT

Overview

Classes: JWTException, ParseException, Serializer, SignatureException, SignatureGenerationException, SignatureVerificationException, Signer, Token, UnallowedAlgorithmException, UnsupportedAlgorithmException

Classes

class JWTException

 more...

class ParseException

 more...

class Serializer

A helper class for serializing and deserializing JWTs. more...

class SignatureException

 more...

class SignatureGenerationException

 more...

class SignatureVerificationException

 more...

class Signer

This class signs and verifies the signature of JSON Web Tokens. more...

class Token

This class represents a JSON Web Token (JWT) according to RFC 7519more...

class UnallowedAlgorithmException

 more...

class UnsupportedAlgorithmException

 more...