VOOZH about

URL: https://www.nuget.org/packages/Google.Apis.Auth/

⇱ NuGet Gallery | Google.Apis.Auth 1.75.0




👁 Image
Google.Apis.Auth 1.75.0

Prefix Reserved
dotnet add package Google.Apis.Auth --version 1.75.0
 
 
NuGet\Install-Package Google.Apis.Auth -Version 1.75.0
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Google.Apis.Auth" Version="1.75.0" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Google.Apis.Auth" Version="1.75.0" />
 
Directory.Packages.props
<PackageReference Include="Google.Apis.Auth" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Google.Apis.Auth --version 1.75.0
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Google.Apis.Auth, 1.75.0"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Google.Apis.Auth@1.75.0
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Google.Apis.Auth&version=1.75.0
 
Install as a Cake Addin
#tool nuget:?package=Google.Apis.Auth&version=1.75.0
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

The Google APIs Client Library is a runtime client for working with Google services.

This package includes auth components like user-credential, authorization code flow, etc. for making authenticated calls using the OAuth2 spec.

Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 is compatible.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp2.0 netcoreapp2.0 was computed.  netcoreapp2.1 netcoreapp2.1 was computed.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 netstandard2.0 is compatible.  netstandard2.1 netstandard2.1 was computed. 
.NET Framework net461 net461 was computed.  net462 net462 is compatible.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 was computed.  net481 net481 was computed. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (962)

Showing the top 5 NuGet packages that depend on Google.Apis.Auth:

Package Downloads
Google.Api.Gax.Rest

Common Protocol Buffer messages for Google APIs

Google.Api.Gax.Grpc

Additional support classes for Google gRPC API client libraries

Grpc.Auth

gRPC C# Authentication Library

Google.Apis.Storage.v1

This is not the recommended package for working with Storage, please use the Google.Cloud.Storage.V1 package. This Google APIs Client Library for working with Storage v1 uses older code generation, and is harder to use. Product documentation is available at: https://developers.google.com/storage/docs/json_api/ API reference documentation for this package is available at: https://googleapis.dev/dotnet/Google.Apis.Storage.v1/latest/api/Google.Apis.Storage.v1.html The source code for this package is available at: https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.Storage.v1 Supported Platforms: - .NET Framework 4.6.2+ - .NET Standard 2.0 - .NET 6.0+ Incompatible platforms: - .NET Framework < 4.6.2 - Silverlight - UWP (will build, but is known not to work at runtime) - Xamarin/MAUI - Windows 8 Apps - Windows Phone 8.1 - Windows Phone Silverlight 8.0

FirebaseAdmin

Firebase Admin SDK enables server-side .NET developers to integrate Firebase into their services and applications.

GitHub repositories (58)

Showing the top 20 popular GitHub repositories that depend on Google.Apis.Auth:

Repository Stars
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
duplicati/duplicati
Store securely encrypted backups in the cloud!
nopSolutions/nopCommerce
ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
grpc/grpc-dotnet
gRPC for .NET
bombomby/optick
C++ Profiler For Games
ONLYOFFICE/CommunityServer
Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
FastReports/FastReport
Free Open Source Reporting tool for .NET6/.NET Core/.NET Framework that helps your application generate document-like reports
OpenLiveWriter/OpenLiveWriter
An open source fork of Windows Live Writer
googlevr/tilt-brush
xamarin/XamarinComponents
Plugins for Xamarin
statiqdev/Statiq
Statiq is a flexible static site generator written in .NET.
ispysoftware/iSpy
Open source surveillance software
killkimno/MORT
MORT 번역기 프로젝트 - Real-time game translator with OCR
bkaankose/Wino-Mail
Built-in Mail & Calendars app clone for Windows.
UiPath/CoreWF
WF runtime ported to work on .NET 6
dnnsoftware/Dnn.Platform
DNN (formerly DotNetNuke) is the leading open source web content management platform (CMS) in the Microsoft ecosystem.
icosa-foundation/open-brush
Open Brush is the open source, community led evolution of Tilt Brush! Forked from https://github.com/googlevr/tilt-brush
googleapis/google-cloud-dotnet
Google Cloud Client Libraries for .NET
aluxnimm/outlookcaldavsynchronizer
Sync Outlook with Google, SOGo, Nextcloud or any other CalDAV/CardDAV server
GoogleCloudPlatform/iap-desktop
IAP Desktop is a Windows application that provides zero-trust Remote Desktop and SSH access to Linux and Windows VMs on Google Cloud.
Version Downloads Last Updated
1.75.0 127,316 6/4/2026
1.74.0 960,205 4/30/2026
1.73.0 9,112,370 11/20/2025
1.72.0 9,652,498 10/6/2025
1.71.0 3,509,965 9/12/2025
1.70.0 9,045,078 6/9/2025
1.69.0 25,014,205 1/23/2025
1.68.0 51,640,144 4/15/2024
1.67.0 52,600,986 2/22/2024
1.67.0-beta01 70,428 1/17/2024
1.66.0 6,757,568 1/16/2024
1.65.0 525,532 1/9/2024
1.64.0 3,945,458 11/14/2023
1.64.0-alpha01 2,336 11/9/2023
1.63.0 5,931,147 10/30/2023
1.62.1 1,495,118 9/25/2023
1.62.0 1,950,585 9/5/2023
1.61.0 3,799,448 6/26/2023
1.61.0-beta02 3,555 6/16/2023
1.61.0-beta01 2,439 6/14/2023
Loading failed