Microsoft.Azure.Mobile.Server.Authentication
2.0.0
Install-Package Microsoft.Azure.Mobile.Server.Authentication -Version 2.0.0
dotnet add package Microsoft.Azure.Mobile.Server.Authentication --version 2.0.0
<PackageReference Include="Microsoft.Azure.Mobile.Server.Authentication" Version="2.0.0" />
paket add Microsoft.Azure.Mobile.Server.Authentication --version 2.0.0
#r "nuget: Microsoft.Azure.Mobile.Server.Authentication, 2.0.0"
// Install Microsoft.Azure.Mobile.Server.Authentication as a Cake Addin
#addin nuget:?package=Microsoft.Azure.Mobile.Server.Authentication&version=2.0.0
// Install Microsoft.Azure.Mobile.Server.Authentication as a Cake Tool
#tool nuget:?package=Microsoft.Azure.Mobile.Server.Authentication&version=2.0.0
This package is part of the Azure Mobile .NET Server SDK and provides authentication features. To learn more about Azure Mobile, go to https://azure.microsoft.com/mobile.
| Product | Versions |
|---|---|
| .NET Framework | net46 net461 net462 net463 net47 net471 net472 net48 |
-
- Microsoft.AspNet.WebApi.Core (>= 5.2.3)
- Microsoft.Azure.Mobile.Server (>= 2.0.0)
- Microsoft.Owin.Security (>= 3.0.1)
- Newtonsoft.Json (>= 9.0.1)
- System.IdentityModel.Tokens.Jwt (>= 4.0.3.308261200)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Microsoft.Azure.Mobile.Server.Authentication:
| Package | Downloads |
|---|---|
|
Microsoft.Azure.Mobile.Server.Quickstart
This is the Azure Mobile Apps .NET Server SDK quickstart package, which references all other server SDK packages. To learn more about Azure Mobile, go to http://azure.microsoft.com/mobile. |
|
|
Microsoft.Azure.Mobile.Server.Notifications
This package is part of the Azure Mobile .NET Server SDK. Use it to register push notifications with Azure Notification Hubs. To learn more about Azure Mobile, go to http://azure.microsoft.com/mobile. |
| Version | Downloads | Last updated |
|---|---|---|
| 2.0.0 | 0 | 06.02.2022 |
Breaking Changes
Version 2.0.0 : ProviderCredentials.Claims is no longer available. Use ProviderCredentials.UserClaims instead