googleapis / google-oauth-java-client

Google OAuth Client Library for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix IdTokenVerifier interface by adding Exceptions in case of signature verification issues

TimurSadykov opened this issue · comments

Currently IDTokenVerifier.verify method can return false-negatives in case of issues with signature verification.
We want to fix the method signature to throw an exception and provide a better way of handling errors.