Microsoft.Owin.Security.MicrosoftAccount Namespace
The Microsoft.Owin.Security.MicrosoftAccount namespace contains types related to Microsoft Account authentication.
Classes
Class | Description | |
---|---|---|
MicrosoftAccountApplyRedirectContext | Context passed when a Challenge causes a redirect to authorize endpoint in the Microsoft account middleware |
|
MicrosoftAccountAuthenticatedContext | Contains information about the login session as well as the user ClaimsIdentity. |
|
MicrosoftAccountAuthenticationMiddleware | OWIN middleware for authenticating users using the Microsoft Account service |
|
MicrosoftAccountAuthenticationOptions | Configuration options for MicrosoftAccountAuthenticationMiddleware |
|
MicrosoftAccountAuthenticationProvider | Default IMicrosoftAccountAuthenticationProvider implementation. |
|
MicrosoftAccountReturnEndpointContext | Provides context information to middleware providers. |
Interfaces
Interface | Description | |
---|---|---|
IMicrosoftAccountAuthenticationProvider | Specifies callback methods which the MicrosoftAccountAuthenticationMiddleware invokes to enable developer control over the authentication process. /> |
Return to top