Uses of Class
dev.paseto.jpaseto.ClaimPasetoException
-
Packages that use ClaimPasetoException Package Description dev.paseto.jpaseto -
-
Uses of ClaimPasetoException in dev.paseto.jpaseto
Subclasses of ClaimPasetoException in dev.paseto.jpaseto Modifier and Type Class Description classExpiredPasetoExceptionException indicating that a Paseto was accepted after it expired and must be rejected.classIncorrectClaimExceptionException thrown when discovering that a required claim does not equal the required value, indicating the paseto is invalid and may not be used.classInvalidClaimExceptionException indicating a parsed claim is invalid in some way.classMissingClaimExceptionException thrown when discovering that a required claim is not present, indicating the paseto is invalid and may not be used.classPrematurePasetoExceptionException indicating that a Paseto was accepted before it is allowed to be accessed and must be rejected.
-