Compartir a través de


Microsoft.Owin.Security.MicrosoftAccount Namespace

 

The Microsoft.Owin.Security.MicrosoftAccount namespace contains types related to Microsoft Account authentication.

Classes

Class Description
System_CAPS_pubclass MicrosoftAccountApplyRedirectContext

Context passed when a Challenge causes a redirect to authorize endpoint in the Microsoft account middleware

System_CAPS_pubclass MicrosoftAccountAuthenticatedContext

Contains information about the login session as well as the user ClaimsIdentity.

System_CAPS_pubclass MicrosoftAccountAuthenticationMiddleware

OWIN middleware for authenticating users using the Microsoft Account service

System_CAPS_pubclass MicrosoftAccountAuthenticationOptions

Configuration options for MicrosoftAccountAuthenticationMiddleware

System_CAPS_pubclass MicrosoftAccountAuthenticationProvider

Default IMicrosoftAccountAuthenticationProvider implementation.

System_CAPS_pubclass MicrosoftAccountReturnEndpointContext

Provides context information to middleware providers.

Interfaces

Interface Description
System_CAPS_pubinterface IMicrosoftAccountAuthenticationProvider

Specifies callback methods which the MicrosoftAccountAuthenticationMiddleware invokes to enable developer control over the authentication process. />

Return to top