-
- All Implemented Interfaces:
-
java.io.Serializable
public final class AzpClaimMismatchException extends TokenValidationException
This Exception is thrown when the Authorized Party (azp) claim found in the ID token is not the one that was expected
-
-
Method Summary
Modifier and Type Method Description String
toString()
To avoid backward compatibility issue, we still have the toString conversion similar to the old TokenValidationException that was thrown Throwable
getCause()
String
getMessage()
-
Methods inherited from class kotlin.Throwable
equals, hashCode
-
Methods inherited from class java.lang.Exception
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
toString
String toString()
To avoid backward compatibility issue, we still have the toString conversion similar to the old TokenValidationException that was thrown
-
getMessage
String getMessage()
-
-
-
-