Edit

Share via


CommunityToolkit.Authentication Namespace

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.