google-api-php-client
google-api-php-client copied to clipboard
feat: add audience parameter to Client::verifyIdToken
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.