AppServicesAuthenticationHandler Class

Definition

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.

Applies to