Windows.Security.Authentication.Web.Core Namespace

Contains core methods for obtaining tokens from web account providers.

Classes

FindAllAccountsResult

This class represents the result of an account retrieval operation.

WebAccountEventArgs

Contains information about an event involving a WebAccount.

WebAccountMonitor

Allows an app to monitor specific web accounts and raises events when those web accounts change.

WebAuthenticationCoreManager

Contains core methods for obtaining tokens from web account providers.

WebProviderError

Represents an error from a web account provider.

WebTokenRequest

Represents a request to an online identity provider for an authentication token.

WebTokenRequestResult

Represents the results of a web token request to an identity provider.

WebTokenResponse

Represents the response from a web account provider to a web token request.

Enums

FindAllWebAccountsStatus

Contains values that describe the result of a web account enumeration operation (see the FindAllAccountsAsync method).

WebTokenRequestPromptType

Represents the prompt type of a web token request.

WebTokenRequestStatus

Represents the status of a web token request.

See also