Microsoft.Graph.Auth 1.0.0-preview.6

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of Microsoft.Graph.Auth.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Microsoft.Graph.Auth --version 1.0.0-preview.6
NuGet\Install-Package Microsoft.Graph.Auth -Version 1.0.0-preview.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="Microsoft.Graph.Auth" Version="1.0.0-preview.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Graph.Auth --version 1.0.0-preview.6
#r "nuget: Microsoft.Graph.Auth, 1.0.0-preview.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.
// Install Microsoft.Graph.Auth as a Cake Addin
#addin nuget:?package=Microsoft.Graph.Auth&version=1.0.0-preview.6&prerelease

// Install Microsoft.Graph.Auth as a Cake Tool
#tool nuget:?package=Microsoft.Graph.Auth&version=1.0.0-preview.6&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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (14)

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.
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 2,412,913 4/15/2021
1.0.0-preview.6 1,781,595 12/1/2020
1.0.0-preview.5 2,780,481 6/10/2020
1.0.0-preview.4 1,439,047 3/4/2020
1.0.0-preview.3 290,032 1/22/2020
1.0.0-preview.2 438,628 10/23/2019
1.0.0-preview.1 187,520 9/13/2019
1.0.0-preview.0 777,520 7/3/2019
0.1.0-preview.2 62,000 4/12/2019

- Adds support for Continuous Access Evaluation scenarios to Interactive and DeviceCode providers