googleapis / google-api-php-client

A PHP client library for accessing Google APIs
http://googleapis.github.io/google-api-php-client/
Apache License 2.0
9.32k stars 3.52k forks source link

feat: add audience parameter to Client::verifyIdToken #2498

Open bshaffer opened 1 year ago

bshaffer commented 1 year ago

fixes https://github.com/googleapis/google-api-php-client/issues/1900 by allowing an $audience parameter that will be used instead of the Client ID configured in the client object.