CommunityToolkit.Authentication 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.
Classes
| BaseProvider |
A base construct for building Graph Providers on top of. |
| MockProvider |
Provider to connect to the example data set for Microsoft Graph. Useful for prototyping and samples. |
| MsalProvider |
MSAL.NET provider helper for tracking authentication state. |
| ProviderManager |
Shared provider manager used by controls and helpers to authenticate and call the Microsoft Graph. |
| ProviderStateChangedEventArgs |
StateChanged event arguments. |
| WebAccountCommandParameter |
Windows.UI.ApplicationSettings.WebAccountCommand can be produced through this parameter. |
| WindowsProvider |
An authentication provider based on the native AccountsSettingsPane in Windows. |
Structs
| AccountsSettingsPaneConfig |
Configuration values for the AccountsSettingsPane. |
| WebAccountProviderConfig |
Configuration values for what type of authentication providers to enable. |
Interfaces
| IProvider |
Authentication provider to expose more states around the authentication process for graph controls. |
Enums
| ProviderState |
ProviderState represents the current authentication state of the session for a given IProvider. |
| WebAccountProviderType |
An enumeration of the available authentication providers for use in the AccountsSettingsPane. |