Microsoft.Graph.Auth
1.0.0-preview.7
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 |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.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 |
---|---|
IntuneAppBuilder
IntuneAppBuilder creates and deploys Intune packages for MSI and Win32 applications. This package exposes services that can be consumed by other dotnet applications as a package reference. |
|
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辅助工具包 |
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.
|
|
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.
|
|
signumsoftware/framework
Open Source framework for writing data-centric applications using the latest versions of .Net Core, C# (not-nullable), ASP.NET Web API, Typescript (strict), React, D3 and Sql Server or PostgreeSQL
|
Version | Downloads | Last updated | |
---|---|---|---|
1.0.0-preview.7 | 1,358,201 | 4/15/2021 | |
1.0.0-preview.6 | 1,310,771 | 12/1/2020 | |
1.0.0-preview.5 | 1,992,077 | 6/10/2020 | |
1.0.0-preview.4 | 1,193,294 | 3/4/2020 | |
1.0.0-preview.3 | 222,924 | 1/22/2020 | |
1.0.0-preview.2 | 348,284 | 10/23/2019 | |
1.0.0-preview.1 | 143,485 | 9/13/2019 | |
1.0.0-preview.0 | 582,478 | 7/3/2019 | |
0.1.0-preview.2 | 55,519 | 4/12/2019 |
- Adds support for Continuous Access Evaluation scenarios to Interactive and DeviceCode providers
- Update Msal to latest version 4.29.0