Lire en anglais Modifier

Partager via


Microsoft.Toolkit.Graph.Providers Namespace

Classes

CommonProviderBehaviorBase

Provides a common base class for UWP XAML based provider wrappers to the Microsoft.Graph.Auth SDK.

InteractiveProviderBehavior

Put in a xaml page with ClientId https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki/Acquiring-tokens-interactively.

MockProvider

Provider to connect to the example data set for Microsoft Graph. Useful for prototyping and samples.

MockProviderBehavior

Put in a xaml page with ClientId https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki/Acquiring-tokens-interactively.

MsalProvider

MSAL.NET provider helper for tracking authentication state using an IAuthenticationProvider class.

ProviderManager

Shared provider manager used by controls in Microsoft.Toolkit.Graph.Controls to authenticate and call the Microsoft Graph.

ProviderUpdatedEventArgs

EventArgs class for ProviderUpdated event.

QuickCreate

Helper class to easily initialize provider from just ClientId.

ScopeSet

Helper Class for XAML string Scope conversion.

StateChangedEventArgs

StateChanged event arguments.

Interfaces

IProvider

IAuthenticationProvider helper wrapper to expose more states around the authentication process for graph controls.

Enums

ProviderManagerChangedState

Enum representing reasons for provider state changing.

ProviderState

ProviderState represents the current authentication state of the session for a given IProvider.