-
- All Implemented Interfaces:
-
java.io.Serializable
public final class NonceClaimMissingException extends TokenValidationException
This Exception is thrown when Nonce (nonce) claim is missing in the ID Token
-
-
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()
-
-
-
-