AppServicesAuthenticationHandler クラス

定義

App Service 認証ハンドラー。

public class AppServicesAuthenticationHandler : Microsoft.AspNetCore.Authentication.AuthenticationHandler<Microsoft.Identity.Web.AppServicesAuthenticationOptions>
type AppServicesAuthenticationHandler = class
    inherit AuthenticationHandler<AppServicesAuthenticationOptions>
Public Class AppServicesAuthenticationHandler
Inherits AuthenticationHandler(Of AppServicesAuthenticationOptions)
継承
AppServicesAuthenticationHandler

コンストラクター

名前 説明
AppServicesAuthenticationHandler(IOptionsMonitor<AppServicesAuthenticationOptions>, ILoggerFactory, UrlEncoder)

App Service 認証ハンドラー。

メソッド

名前 説明
HandleAuthenticateAsync()

App Service 認証ハンドラー。

適用対象