Class IdTokenVerifier.VerificationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.api.client.auth.openidconnect.IdTokenVerifier.VerificationException
All Implemented Interfaces:
Serializable
Enclosing class:
IdTokenVerifier

static class IdTokenVerifier.VerificationException extends Exception
Custom exception for wrapping all verification errors.
  • Constructor Details

    • VerificationException

      public VerificationException(String message)
    • VerificationException

      public VerificationException(String message, Throwable cause)