| Package | Description |
|---|---|
| io.jsonwebtoken |
| Modifier and Type | Class and Description |
|---|---|
class |
IncorrectClaimException
Exception thrown when discovering that a required claim does not equal the required value, indicating the JWT is
invalid and may not be used.
|
class |
MissingClaimException
Exception thrown when discovering that a required claim is not present, indicating the JWT is
invalid and may not be used.
|
Copyright © 2014–2023 jsonwebtoken.io. All rights reserved.