MicrosoftAccountMiddleware Class
Definition
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.
An ASP.NET Core middleware for authenticating users using the Microsoft Account service.
public ref class MicrosoftAccountMiddleware : Microsoft::AspNetCore::Authentication::OAuth::OAuthMiddleware<Microsoft::AspNetCore::Builder::MicrosoftAccountOptions ^>
public class MicrosoftAccountMiddleware : Microsoft.AspNetCore.Authentication.OAuth.OAuthMiddleware<Microsoft.AspNetCore.Builder.MicrosoftAccountOptions>
type MicrosoftAccountMiddleware = class
inherit OAuthMiddleware<MicrosoftAccountOptions>
Public Class MicrosoftAccountMiddleware
Inherits OAuthMiddleware(Of MicrosoftAccountOptions)
- Inheritance
-
MicrosoftAccountMiddleware
Constructors
Properties
AuthenticationScheme | (Inherited from AuthenticationMiddleware<TOptions>) |
Backchannel | (Inherited from OAuthMiddleware<TOptions>) |
Logger | (Inherited from AuthenticationMiddleware<TOptions>) |
Options | (Inherited from AuthenticationMiddleware<TOptions>) |
UrlEncoder | (Inherited from AuthenticationMiddleware<TOptions>) |
Methods
CreateHandler() |
Provides the AuthenticationHandler<TOptions> object for processing authentication-related requests. |
Invoke(HttpContext) | (Inherited from AuthenticationMiddleware<TOptions>) |