AppServicesAuthenticationHandler 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.
App service authentication handler.
public class AppServicesAuthenticationHandler : Microsoft.AspNetCore.Authentication.AuthenticationHandler<Microsoft.Identity.Web.AppServicesAuthenticationOptions>
type AppServicesAuthenticationHandler = class
inherit AuthenticationHandler<AppServicesAuthenticationOptions>
Public Class AppServicesAuthenticationHandler
Inherits AuthenticationHandler(Of AppServicesAuthenticationOptions)
- Inheritance
-
AppServicesAuthenticationHandler
Constructors
AppServicesAuthenticationHandler(IOptionsMonitor<AppServicesAuthenticationOptions>, ILoggerFactory, UrlEncoder, ISystemClock) |
Constructor for the AppServiceAuthenticationHandler. Note the parameters are required by the base class. |
Methods
HandleAuthenticateAsync() | Allows derived types to handle authentication. |