Adsk.Platform.Authentication
0.0.6
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Adsk.Platform.Authentication --version 0.0.6
NuGet\Install-Package Adsk.Platform.Authentication -Version 0.0.6
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="Adsk.Platform.Authentication" Version="0.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Adsk.Platform.Authentication" Version="0.0.6" />
<PackageReference Include="Adsk.Platform.Authentication" />
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 Adsk.Platform.Authentication --version 0.0.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Adsk.Platform.Authentication, 0.0.6"
#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 Adsk.Platform.Authentication@0.0.6
#: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=Adsk.Platform.Authentication&version=0.0.6
#tool nuget:?package=Adsk.Platform.Authentication&version=0.0.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Autodesk Authentication Service SDK
Quick Start
// Create a new instance of the AuthenticationClient
var authClient = new AuthenticationClient();
// Use helpers to get a 2-legged access token
AuthTokenExtended authToken1 = await authClient.Helper.GetTwoLeggedToken(
APS_CLIENT_ID,
APS_CLIENT_SECRET,
[AuthenticationScope.DataWrite, AuthenticationScope.DataRead]);
// Or use API directly and helper static methods
var body = new TokenPostRequestBody()
{
GrantType = Granttype.Client_credentials,
Scope = CreateScopeString(scopes)
};
var authString = AuthenticationClientHelper.CreateAuthorizationString(APS_CLIENT_ID, APS_CLIENT_SECRET);
AuthToken authToken2 = await authClient.Authentication.V2.Token.PostAsync(body, r =>
{
r.Headers.Add("Authorization", authString);
});
// Or use API only
...
| 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
- Adsk.Platform.HttpClient (>= 0.0.6)
- AspNet.Security.OAuth.Autodesk (>= 8.0.0)
- Microsoft.Kiota.Serialization.Form (>= 1.1.6)
- Microsoft.Kiota.Serialization.Json (>= 1.2.2)
- Microsoft.Kiota.Serialization.Multipart (>= 1.1.4)
- Microsoft.Kiota.Serialization.Text (>= 1.1.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 |
|---|---|---|
| 0.2.1 | 175 | 10/28/2025 |
| 0.2.0 | 169 | 10/28/2025 |
| 0.1.18 | 163 | 10/26/2025 |
| 0.1.17 | 108 | 9/6/2025 |
| 0.1.16 | 181 | 8/12/2025 |
| 0.1.15 | 130 | 8/9/2025 |
| 0.1.14 | 148 | 7/31/2025 |
| 0.1.13 | 143 | 7/31/2025 |
| 0.1.12 | 131 | 7/18/2025 |
| 0.1.11 | 126 | 6/27/2025 |
| 0.1.10 | 138 | 6/27/2025 |
| 0.1.9 | 305 | 6/9/2025 |
| 0.1.8 | 194 | 6/4/2025 |
| 0.1.7 | 167 | 6/3/2025 |
| 0.1.6 | 262 | 4/23/2025 |
| 0.1.5 | 198 | 4/23/2025 |
| 0.1.4 | 199 | 4/3/2025 |
| 0.1.3 | 396 | 10/17/2024 |
| 0.1.2 | 141 | 10/16/2024 |
| 0.1.1 | 137 | 10/16/2024 |
| 0.1.0 | 140 | 10/16/2024 |
| 0.0.16 | 135 | 10/14/2024 |
| 0.0.15 | 139 | 10/14/2024 |
| 0.0.14 | 140 | 10/14/2024 |
| 0.0.13 | 348 | 9/18/2024 |
| 0.0.12 | 128 | 7/30/2024 |
| 0.0.11 | 166 | 7/16/2024 |
| 0.0.10 | 166 | 7/16/2024 |
| 0.0.9 | 118 | 5/31/2024 |
| 0.0.8 | 161 | 5/22/2024 |
| 0.0.7 | 139 | 5/14/2024 |
| 0.0.6 | 183 | 5/4/2024 |
| 0.0.5 | 153 | 5/3/2024 |
| 0.0.4 | 172 | 4/30/2024 |
| 0.0.3 | 159 | 4/30/2024 |