Microsoft.Graph.Auth
1.0.0-preview.7
Prefix Reserved
Microsoft.Graph.Auth has been deprecated and will not leave the preview state. The latest versions of Microsoft.Graph and Microsoft.Graph.Core use Azure.Identity for acquiring tokens.
dotnet add package Microsoft.Graph.Auth --version 1.0.0-preview.7
NuGet\Install-Package Microsoft.Graph.Auth -Version 1.0.0-preview.7
<PackageReference Include="Microsoft.Graph.Auth" Version="1.0.0-preview.7" />
paket add Microsoft.Graph.Auth --version 1.0.0-preview.7
#r "nuget: Microsoft.Graph.Auth, 1.0.0-preview.7"
// Install Microsoft.Graph.Auth as a Cake Addin #addin nuget:?package=Microsoft.Graph.Auth&version=1.0.0-preview.7&prerelease // Install Microsoft.Graph.Auth as a Cake Tool #tool nuget:?package=Microsoft.Graph.Auth&version=1.0.0-preview.7&prerelease
Microsoft Graph Authentication Library implements authentication functionality used by Microsoft Graph Client Library. It provides a set of OAuth scenario-centric providers that implement Microsoft.Graph.IAuthenticationProvider and uses Microsoft Authentication Library (MSAL) to handle access token acquisition and storage.
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 | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. 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 | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5
- Microsoft.Graph.Core (>= 1.25.1)
- Microsoft.Identity.Client (>= 4.29.0)
- System.Security.Principal (>= 4.3.0)
-
.NETStandard 1.3
- Microsoft.Graph.Core (>= 1.25.1)
- Microsoft.Identity.Client (>= 4.29.0)
- NETStandard.Library (>= 1.6.1)
- System.Security.Claims (>= 4.3.0)
- System.Security.Principal (>= 4.3.0)
NuGet packages (17)
Showing the top 5 NuGet packages that depend on Microsoft.Graph.Auth:
Package | Downloads |
---|---|
FQ.Email
Package Description |
|
Microsoft.Toolkit.Graph.Controls
This library provides Microsoft Graph XAML controls. It is part of the Windows Community Toolkit. Classes: - LoginButton: The Login Control leverages MSAL libraries to support the sign-in processes for Microsoft Graph and beyond. - PersonView: The PersonView control displays a user photo and can display their name and e-mail. - PeoplePicker: The PeoplePicker Control is a simple control that allows for selection of one or more users. |
|
Microsoft.Toolkit.Graph
This package includes .NET Standard code helpers such as: - GraphExtensions: Helpers for common tasks related to the Microsoft Graph used by the Microsoft.Toolkit.Graph.Controls. - GlobalProvider: A shared provider instance used by the Microsoft.Toolkit.Graph.Controls. |
|
Richasy.Helper.UWP
Richasy自用的UWP辅助工具包 |
|
TComp.Sepg.MCVRelEng
Package Description |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on Microsoft.Graph.Auth:
Repository | Stars |
---|---|
lukencode/FluentEmail
All in one email sender for .NET. Supports popular senders (SendGrid, MailGun, etc) and Razor templates.
|
|
OfficeDev/Microsoft-Teams-Samples
Welcome to the Microsoft Teams samples repository. Here you will find task-focused samples in C#, JavaScript and TypeScript to help you get started with the Microsoft Teams App!
|
|
YukiCoco/YukiDrive
Onedrive & SharePoint 文件浏览网页程序
|
|
Daniel-Krzyczkowski/Cars-Island-On-Azure
Cars Island is a fake car rental company which used Microsoft Azure cloud services to implement the system for managing car renting.
|
Version | Downloads | Last updated | |
---|---|---|---|
1.0.0-preview.7 | 2,907,438 | 4/15/2021 | |
1.0.0-preview.6 | 2,013,302 | 12/1/2020 | |
1.0.0-preview.5 | 3,182,741 | 6/10/2020 | |
1.0.0-preview.4 | 1,537,921 | 3/4/2020 | |
1.0.0-preview.3 | 322,969 | 1/22/2020 | |
1.0.0-preview.2 | 492,321 | 10/23/2019 | |
1.0.0-preview.1 | 208,309 | 9/13/2019 | |
1.0.0-preview.0 | 854,505 | 7/3/2019 | |
0.1.0-preview.2 | 66,359 | 4/12/2019 |
- Adds support for Continuous Access Evaluation scenarios to Interactive and DeviceCode providers
- Update Msal to latest version 4.29.0