Info
Version: | 1.68.0 |
Author(s): | Google Inc. |
Last Update: | Monday, April 15, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/googleapis/google-api-dotnet-client |
NuGet Url: | https://www.nuget.org/packages/Google.Apis.Auth.AspNetCore3 |
Install
Install-Package Google.Apis.Auth.AspNetCore3
dotnet add package Google.Apis.Auth.AspNetCore3
paket add Google.Apis.Auth.AspNetCore3
Google.Apis.Auth.AspNetCore3 Download (Unzip the "nupkg" after downloading)
Dependencies
- Google.Apis.Auth(>= 1.49.0)
- Microsoft.AspNetCore.Authentication.OpenIdConnect(>= 3.0.0)
- Microsoft.AspNetCore.Authorization(>= 3.0.0)
- Microsoft.AspNetCore.Mvc.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Core(>= 2.2.5)
Tags
The ASP.NET Core 3 Auth extension library contains a Google-specific OpenIdConnect auth handler.
Supports incremental auth, and an injectable IGoogleAuthProvider to supply Google credentials.
Supported Platforms:
- ASP.NET Core 3.0+.