Authing.ApiClient
4.2.4.5
See the version list below for details.
dotnet add package Authing.ApiClient --version 4.2.4.5
NuGet\Install-Package Authing.ApiClient -Version 4.2.4.5
<PackageReference Include="Authing.ApiClient" Version="4.2.4.5" />
paket add Authing.ApiClient --version 4.2.4.5
#r "nuget: Authing.ApiClient, 4.2.4.5"
// Install Authing.ApiClient as a Cake Addin #addin nuget:?package=Authing.ApiClient&version=4.2.4.5 // Install Authing.ApiClient as a Cake Tool #tool nuget:?package=Authing.ApiClient&version=4.2.4.5
通过简单、安全的接口使用 Authing 提供的功能。
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Flurl (>= 3.0.1)
- Flurl.Http (>= 3.0.1)
- JWTDecoder (>= 0.9.2)
- Newtonsoft.Json (>= 12.0.3)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.IdentityModel.Tokens.Jwt (>= 6.10.2)
- XC.RSAUtil (>= 1.3.5)
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 |
---|---|---|
4.2.4.12 | 1,768 | 5/14/2022 |
4.2.4.11 | 1,014 | 12/24/2021 |
4.2.4.10 | 327 | 12/20/2021 |
4.2.4.9 | 331 | 12/8/2021 |
4.2.4.7 | 407 | 10/27/2021 |
4.2.4.6 | 381 | 9/15/2021 |
4.2.4.5 | 517 | 7/9/2021 |
4.2.4.4 | 370 | 7/8/2021 |
4.2.4.3 | 386 | 7/6/2021 |
4.2.4.2 | 352 | 7/2/2021 |
4.2.4.1 | 418 | 7/1/2021 |
4.2.4 | 383 | 6/3/2021 |
4.2.3 | 356 | 4/27/2021 |
4.2.2 | 512 | 4/14/2021 |
4.2.1 | 349 | 4/13/2021 |
4.2.0 | 373 | 2/18/2021 |
4.1.0 | 1,897 | 12/21/2020 |
4.0.0 | 489 | 11/4/2020 |
3.1.1 | 372 | 2/18/2021 |
3.0.1 | 470 | 10/23/2020 |
3.0.0 | 407 | 10/22/2020 |
2.2.0 | 566 | 9/7/2020 |
2.1.1 | 516 | 8/31/2020 |
2.1.0 | 514 | 7/24/2020 |
2.0.0 | 485 | 7/13/2020 |
1.1.0 | 487 | 6/30/2020 |
1.0.0 | 534 | 6/4/2020 |
Version 4.2.4.5
- 🔨 修复 GraphQL Role 查询缺少 ID 字段
Version 4.2.4.4
- 🔨 修改 OrgManagement 找不到的 bug
Version 4.2.4.3
- ✨ 补充认证模块中的 ListDepartment ✨
Version 4.2.4.2
- ⚡️ 改善认证模块 CheckLoggedIn 方法中 Linq Frist -> FirstOrDefault, 并调整 SetToken 部分逻辑 🐎
Version 4.2.4.1
- 🔨 修改若干问题(重大重构),增强程序健壮性,稳定版本将在 4.2.5 进行发布 🚀
Version 4.2.4
- 完善部分功能细节
Version 4.2.3
- 完善认证模块-核心认证
Version 4.2.2
- 降低.net freamwork 版本要求
Version 4.2.1
- 修改 AccessToken 为 Token
Version 4.2.0
- 添加 AuthenticationClient 重载方法
Version 4.1.0
- 添加 UsersManagementCliAent.Find 方法
Version 3.0.1
- 修复 sdk version
Version 3.0.0
- 接口全面升级:使用 Authing v2 版接口
- 结构大升级:使用更加简单,方法名更加语义化
Version 2.2.0
- 修复某些情况下序列化失败的问题
- 增加获取用户角色权限分组的接口
Version 2.1.1
- 修复 Host 参数修改无效的问题
Version 2.1.0
- 调整部分接口的参数和返回值
Version 2.0.0
- 警告:此版本与 1.x 有较大改动。
- 重构所有接口,增加大量请求和响应类型。
- 支持自定义接口。
Version 1.1.0
- 增加十个接口,详见文档。
Version 1.0.0
- 提供了注册、登录、更新等 11 个常用的接口。