我目前正在开发一个 C# MVC 网站,该网站将使用 Google 的日历 API,但我在整理 OAuth 2.0 时遇到了麻烦。
我正在关注这个 stackoverflow问题,它引用OAuth2LeggedAuthenticator
了最新的 NuGet 包中没有出现的类
Install-Package Google.Apis.Calendar.v3 -Pre
Install-Package Google.Apis.Authentication -Pre
这是因为 Google 已经转移到 OAuth 2 身份验证模式,那么有没有办法使用最新版本的 .net API 进行 2 腿身份验证?
干杯