Rename id token property to be in camel case
The documentation always point to idToken
property on Google OAuth token, however, the runtime had it in snake_case. This release deprecates the snake_case property (so no breaking change) and introduces the documented idToken
property
Commits
- chore: update dependencies 3850342
- refactor: update docblock for deprecated annotation 5f594e4
- fix(google): correctly retrieve idToken (#141) 85522a6
Pull requests
- fix(google): correctly retrieve idToken by @RomainLanz in #141
Full Changelog: v4.1.4...v4.1.5