VOOZH about

URL: https://www.nuget.org/packages/Zitadel.gRPC/

⇱ NuGet Gallery | Zitadel.gRPC 5.3.3




👁 Image
Zitadel.gRPC 5.3.3

Suggested Alternatives

Zitadel

Additional Details

This functionality is incorporated in the ZITADEL package.

dotnet add package Zitadel.gRPC --version 5.3.3
 
 
NuGet\Install-Package Zitadel.gRPC -Version 5.3.3
 
 
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="Zitadel.gRPC" Version="5.3.3" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Zitadel.gRPC" Version="5.3.3" />
 
Directory.Packages.props
<PackageReference Include="Zitadel.gRPC" />
 
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 Zitadel.gRPC --version 5.3.3
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Zitadel.gRPC, 5.3.3"
 
 
#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 Zitadel.gRPC@5.3.3
 
 
#: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=Zitadel.gRPC&version=5.3.3
 
Install as a Cake Addin
#tool nuget:?package=Zitadel.gRPC&version=5.3.3
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

ZITADEL gRPC

This library contains the compiled gRPC client definitions of ZITADEL. The original protos reside in the ZITADEL repository and are included via git submodules.

All protos from the source repository are built within this library. However, this package only contains the compiled protos and no further implementation or convenience methods. To access those, head over to the .

To use the bare gRPC client, import the Zitadel.Grpc package into your project.

The code below shows an example on how to use the bare gRPC clients to access the ZITADEL API:

var accessToken = "fetch it somehow";
var channel = GrpcChannel.ForAddress("https://my-zitadel-api.com");
var client = new AuthService.AuthServiceClient(channel);
var result = await client.GetMyUserAsync(
 new(),
 new Metadata { { "Authorization", $"Bearer {accessToken}" } });
Console.WriteLine($"User: {result.User}");

All other clients/calls are documented in the ZITADEL docs.

Product Versions Compatible and additional computed target framework versions.
.NET 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 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.3.3 8,003 1/10/2024 5.3.3 is deprecated because it is no longer maintained.
5.3.2 1,140 1/9/2024 5.3.2 is deprecated because it is no longer maintained.
5.3.1 2,501 1/3/2024 5.3.1 is deprecated because it is no longer maintained.
5.3.0 4,595 12/19/2023 5.3.0 is deprecated because it is no longer maintained.
5.2.26 15,749 10/4/2023 5.2.26 is deprecated because it is no longer maintained.
5.2.25 5,701 9/13/2023 5.2.25 is deprecated because it is no longer maintained.
5.2.24 1,125 9/8/2023 5.2.24 is deprecated because it is no longer maintained.
5.2.23 890 9/7/2023 5.2.23 is deprecated because it is no longer maintained.
5.2.22 778 9/7/2023 5.2.22 is deprecated because it is no longer maintained.
5.2.21 1,763 8/25/2023 5.2.21 is deprecated because it is no longer maintained.
5.2.20 2,217 8/19/2023 5.2.20 is deprecated because it is no longer maintained.
5.2.19 1,682 8/11/2023 5.2.19 is deprecated because it is no longer maintained.
5.2.18 1,450 8/9/2023 5.2.18 is deprecated because it is no longer maintained.
5.2.17 933 8/8/2023 5.2.17 is deprecated because it is no longer maintained.
5.2.16 2,621 7/17/2023 5.2.16 is deprecated because it is no longer maintained.
5.2.15 927 7/17/2023 5.2.15 is deprecated because it is no longer maintained.
5.2.14 1,083 7/11/2023 5.2.14 is deprecated because it is no longer maintained.
5.2.13 1,801 7/7/2023 5.2.13 is deprecated because it is no longer maintained.
5.2.12 994 7/5/2023 5.2.12 is deprecated because it is no longer maintained.
5.2.11 1,508 6/24/2023 5.2.11 is deprecated because it is no longer maintained.
Loading failed

'## [5.3.3](https://github.com/smartive/zitadel-net/compare/v5.3.2...v5.3.3) (2024-01-10)


### Bug Fixes

* **deps:** update dependency google.protobuf to v3.25.2 ([8e83d83](https://github.com/smartive/zitadel-net/commit/8e83d8372532554013fa543d13882f4da4d64304))



'