Microsoft.Toolkit.Graph.Providers Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Common |
Provides a common base class for UWP XAML based provider wrappers to the Microsoft.Graph.Auth SDK. |
Interactive |
Put in a xaml page with ClientId https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki/Acquiring-tokens-interactively. |
Mock |
Provider to connect to the example data set for Microsoft Graph. Useful for prototyping and samples. |
Mock |
Put in a xaml page with ClientId https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki/Acquiring-tokens-interactively. |
Msal |
MSAL.NET provider helper for tracking authentication state using an IAuthenticationProvider class. |
Provider |
Shared provider manager used by controls in Microsoft.Toolkit.Graph.Controls to authenticate and call the Microsoft Graph. |
Provider |
EventArgs class for ProviderUpdated event. |
Quick |
Helper class to easily initialize provider from just ClientId. |
Scope |
Helper Class for XAML string Scope conversion. |
State |
StateChanged event arguments. |
IProvider |
IAuthenticationProvider helper wrapper to expose more states around the authentication process for graph controls. |
Provider |
Enum representing reasons for provider state changing. |
Provider |
ProviderState represents the current authentication state of the session for a given IProvider. |