v1.48.0 Improvements and fixes to Google.Apis.Auth.OAuth2.LocalServerCodeReceiver
Bug Fixes:
- #1597 fixes #1596 by making .NET Standard 2.0 use an HttpListener instead of a TcpListener on LocalServerCodeReceiver.
- #1597 fixes some issues that arose from several authorization requests happening rappidly one after the other.
New features:
- #1597 Makes the choosing of the local callback URL configurable.