Package org.forgerock.oauth.resolvers.exceptions
This package contains classes to represent the different exceptions
that can be thrown by the OpenID Connect JASPI module.
-
Exception Summary Exception Description InvalidAudException Invalid audience.InvalidIssException Invalid issuer.InvalidJWTException Invalid JWT.InvalidSignatureException Invalid signature.JwtExpiredException Expired JWT.OpenIdConnectVerificationException Problem during the verification of an OpenId Connect module.