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.
paket add Zitadel.gRPC --version 5.3.3
#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.
// Install Zitadel.gRPC as a Cake Addin
#addin nuget:?package=Zitadel.gRPC&version=5.3.3

// Install Zitadel.gRPC as a Cake Tool
#tool nuget:?package=Zitadel.gRPC&version=5.3.3

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 ZITADEL package.

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 Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.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 5,995 1/10/2024
5.3.2 740 1/9/2024
5.3.1 2,030 1/3/2024
5.3.0 2,441 12/19/2023
5.2.26 11,260 10/4/2023
5.2.25 5,379 9/13/2023
5.2.24 927 9/8/2023
5.2.23 686 9/7/2023
5.2.22 587 9/7/2023
5.2.21 1,570 8/25/2023
5.2.20 1,814 8/19/2023
5.2.19 1,475 8/11/2023
5.2.18 1,259 8/9/2023
5.2.17 687 8/8/2023
5.2.16 2,391 7/17/2023
5.2.15 689 7/17/2023
5.2.14 855 7/11/2023
5.2.13 1,572 7/7/2023
5.2.12 776 7/5/2023
5.2.11 1,283 6/24/2023
5.2.10 758 6/23/2023
5.2.9 916 6/18/2023
5.2.8 7,367 5/27/2023
5.2.7 994 5/17/2023
5.2.6 931 5/9/2023
5.2.5 828 5/6/2023
5.2.4 809 5/5/2023
5.2.3 3,695 4/27/2023
5.2.2 884 4/22/2023
5.2.1 897 4/17/2023
5.2.0 1,010 4/14/2023
5.2.0-prerelease.3 87 4/14/2023
5.2.0-prerelease.2 87 4/14/2023
5.2.0-prerelease.1 92 4/13/2023
5.1.1 806 4/14/2023
5.1.0 807 4/13/2023
5.0.32 790 4/13/2023
5.0.31 822 4/12/2023
5.0.30 1,139 3/31/2023
5.0.29 846 3/26/2023
5.0.28 1,398 3/16/2023
5.0.27 867 3/15/2023
5.0.26 1,040 3/8/2023
5.0.25 1,265 3/3/2023
5.0.24 985 2/17/2023
5.0.23 878 2/16/2023
5.0.22 913 2/15/2023
5.0.21 923 2/15/2023
5.0.20 913 2/14/2023
5.0.19 916 2/10/2023
5.0.18 879 2/9/2023
5.0.17 910 2/8/2023
5.0.16 2,139 1/12/2023
5.0.15 966 1/11/2023
5.0.14 1,109 1/3/2023
5.0.13 1,015 12/16/2022
5.0.12 1,008 12/14/2022
5.0.11 1,009 12/8/2022
5.0.10 972 12/8/2022
5.0.9 1,073 12/3/2022
5.0.8 1,037 12/1/2022
5.0.7 1,180 11/18/2022
5.0.6 1,108 11/8/2022
5.0.5 1,109 10/27/2022
5.0.4 1,099 10/19/2022
5.0.3 1,129 10/17/2022
5.0.2 1,676 10/12/2022
5.0.1 1,162 10/6/2022
5.0.0 1,082 10/6/2022
4.0.12 1,128 9/30/2022
4.0.11 1,167 9/28/2022
4.0.10 1,110 9/27/2022
4.0.9 1,223 9/14/2022
4.0.8 1,237 9/2/2022
4.0.7 1,215 8/25/2022
4.0.6 1,172 8/19/2022
4.0.5 1,120 8/17/2022
4.0.4 1,187 8/10/2022
4.0.3 1,375 7/26/2022
4.0.2 1,221 7/22/2022
4.0.1 1,227 7/18/2022
4.0.0 1,208 7/18/2022

'## [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))



'