dart_jsonwebtoken library
Classes
- Audience
- Audience claim. Can contains one or more audience entry, used like a list
- ECDSAAlgorithm
- ECPrivateKey
- For ECDSA algorithm, in sign method
- ECPublicKey
- For ECDSA algorithm, in verify method
- EdDSAAlgorithm
- EdDSAPrivateKey
- For EdDSA algorithm, in sign method
- EdDSAPublicKey
- For EdDSA algorithm, in verify method
- HMACAlgorithm
- JWT
- JWTAlgorithm
- JWTKey
- RSAAlgorithm
- RSAPrivateKey
- For RSA algorithm, in sign method
- RSAPublicKey
- For RSA algorithm, in verify method
- SecretKey
- For HMAC algorithms
Exceptions / Errors
- JWTException
- JWTException objects thrown in the case of a jwt sign or verify failure.
- JWTExpiredException
- An exception thrown when jwt is expired
- JWTInvalidException
- An exception thrown when jwt is invalid
- JWTNotActiveException
- An exception thrown when jwt is not active
- JWTParseException
- An exception thrown when parsing failed
- JWTUndefinedException
- An exception thrown by default