v1.46.0 OIDC fixes and features; config improvements for requests; access token in query string helper deprecation.
Bug fixes:
- #1558 Fixes issues with OIDC token emission:
- Sets the correct audience in the JWT used to request the OIDC token.
- The OIDC token exposes the
id_tokeninstead of theaccess_token.
New features:
- #1558 Adds support for IAP token verification.
- #1563 Extension method for requests to allow for fluent configuration.
Obsoletes:
- #1564 Marks as obsolete
Google.Apis.Auth.OAuth2.BearerToken.QueryParameterAccessMethod.