| Class | Description |
|---|---|
| AbstractJwt |
The abstract client-side Jwt used to verify a serialized Jwt using the providers public key.
|
| Jwt |
A basic Jwt that contains an expiration date and a "not-before" date that describe the validity
of this Jwt.
|
| JwtAccessToken |
The client side Jwt access token.
|
| JwtIdToken |
The client side Jwt OpenID Token.
|
| JwtRefreshToken |
The client side Jwt refresh token.
|
| JwtVocabulary |
A class with all static string that are used in JWTs.
|
| JwtVocabulary.TokenType | |
| KeyLoader |
A small helper, that loads RSA keys from Base64 encoded values.
|
| Exception | Description |
|---|---|
| JwtException |
Thrown when an exception occurs while verifying a signature or deserializing a Jwt.
|
| JwtInvalidSignatureFormatException |
Thrown when the signature has an invalid format.
|
| JwtKeyMissmatchException |
Thrown when the providers key can not be used to verify a signature (e.g. when the Jwt is signed
using RSA and SHAx, but the key is an elliptic curve key).
|
| JwtParseException |
Thrown when the Jwt can not be parsed (e.g. it does not consist of three parts separated by a
dot).
|
Copyright © 2020 Samply Community. All rights reserved.