Ark.oAuth.Client
1.0.5.42
dotnet add package Ark.oAuth.Client --version 1.0.5.42
NuGet\Install-Package Ark.oAuth.Client -Version 1.0.5.42
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="Ark.oAuth.Client" Version="1.0.5.42" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ark.oAuth.Client" Version="1.0.5.42" />
<PackageReference Include="Ark.oAuth.Client" />
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 Ark.oAuth.Client --version 1.0.5.42
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Ark.oAuth.Client, 1.0.5.42"
#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 Ark.oAuth.Client@1.0.5.42
#: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=Ark.oAuth.Client&version=1.0.5.42
#tool nuget:?package=Ark.oAuth.Client&version=1.0.5.42
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
oAuth oidc client implementation
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- ark.net.util (>= 1.0.4.10)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 8.0.15)
- Microsoft.IdentityModel.JsonWebTokens (>= 8.8.0)
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 |
---|---|---|
1.0.5.42 | 153 | 7/9/2025 |
1.0.5.41 | 154 | 7/3/2025 |
1.0.5.40 | 154 | 7/3/2025 |
1.0.5.39 | 141 | 7/2/2025 |
1.0.5.38 | 141 | 7/2/2025 |
1.0.5.37 | 147 | 7/2/2025 |
1.0.5.36 | 149 | 7/2/2025 |
1.0.5.35 | 142 | 7/2/2025 |
1.0.5.34 | 143 | 7/1/2025 |
1.0.5.33 | 137 | 7/1/2025 |
1.0.5.32 | 137 | 7/1/2025 |
1.0.5.31 | 122 | 6/21/2025 |
1.0.5.30 | 107 | 6/21/2025 |
1.0.5.29 | 162 | 5/19/2025 |
1.0.5.28 | 150 | 5/19/2025 |
1.0.5.27 | 156 | 5/18/2025 |
1.0.5.26 | 155 | 5/18/2025 |
1.0.5.25 | 168 | 5/18/2025 |
1.0.5.24 | 117 | 5/17/2025 |
1.0.5.23 | 149 | 5/17/2025 |
1.0.5.22 | 197 | 5/16/2025 |
1.0.5.21 | 240 | 5/14/2025 |
1.0.5.20 | 260 | 5/14/2025 |
1.0.5.19 | 238 | 5/14/2025 |
1.0.5.18 | 231 | 5/14/2025 |
1.0.5.17 | 240 | 5/14/2025 |
1.0.5.16 | 240 | 5/13/2025 |
1.0.5.15 | 240 | 5/12/2025 |
1.0.5.14 | 242 | 5/12/2025 |
1.0.5.13 | 245 | 5/12/2025 |
1.0.5.12 | 138 | 5/9/2025 |
1.0.5.11 | 157 | 5/8/2025 |
1.0.5.10 | 162 | 5/8/2025 |
1.0.5.9 | 170 | 4/20/2025 |
1.0.5.8 | 179 | 4/20/2025 |
1.0.5.7 | 179 | 4/20/2025 |
1.0.5.6 | 181 | 4/19/2025 |
1.0.5.5 | 189 | 4/19/2025 |
1.0.5.4 | 168 | 4/19/2025 |
1.0.5.3 | 183 | 4/19/2025 |
1.0.5.2 | 176 | 4/19/2025 |
1.0.5.1 | 112 | 4/19/2025 |
1.0.5 | 116 | 4/19/2025 |
1.0.4 | 171 | 4/18/2025 |
1.0.3 | 142 | 4/18/2025 |
1.0.2 | 157 | 4/18/2025 |
1.0.1 | 208 | 4/16/2025 |
1.0.0 | 193 | 4/7/2025 |
trying to do oauth2 a simpler for developers