Authing.ApiClient 4.2.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Authing.ApiClient --version 4.2.3
NuGet\Install-Package Authing.ApiClient -Version 4.2.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="Authing.ApiClient" Version="4.2.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Authing.ApiClient --version 4.2.3
#r "nuget: Authing.ApiClient, 4.2.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 Authing.ApiClient as a Cake Addin
#addin nuget:?package=Authing.ApiClient&version=4.2.3

// Install Authing.ApiClient as a Cake Tool
#tool nuget:?package=Authing.ApiClient&version=4.2.3

通过简单、安全的接口使用 Authing 提供的功能。

Product 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. 
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
4.2.4.12 1,655 5/14/2022
4.2.4.11 988 12/24/2021
4.2.4.10 297 12/20/2021
4.2.4.9 304 12/8/2021
4.2.4.7 380 10/27/2021
4.2.4.6 352 9/15/2021
4.2.4.5 478 7/9/2021
4.2.4.4 340 7/8/2021
4.2.4.3 359 7/6/2021
4.2.4.2 322 7/2/2021
4.2.4.1 317 7/1/2021
4.2.4 354 6/3/2021
4.2.3 327 4/27/2021
4.2.2 464 4/14/2021
4.2.1 318 4/13/2021
4.2.0 338 2/18/2021
4.1.0 1,758 12/21/2020
4.0.0 460 11/4/2020
3.1.1 342 2/18/2021
3.0.1 435 10/23/2020
3.0.0 378 10/22/2020
2.2.0 533 9/7/2020
2.1.1 490 8/31/2020
2.1.0 481 7/24/2020
2.0.0 453 7/13/2020
1.1.0 463 6/30/2020
1.0.0 503 6/4/2020

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 个常用的接口。