FacebookMiddleware.CreateHandler 方法

定义

AuthenticationHandler<TOptions>提供用于处理与身份验证相关的请求的 对象。

protected:
 override Microsoft::AspNetCore::Authentication::AuthenticationHandler<Microsoft::AspNetCore::Builder::FacebookOptions ^> ^ CreateHandler();
protected override Microsoft.AspNetCore.Authentication.AuthenticationHandler<Microsoft.AspNetCore.Builder.FacebookOptions> CreateHandler ();
override this.CreateHandler : unit -> Microsoft.AspNetCore.Authentication.AuthenticationHandler<Microsoft.AspNetCore.Builder.FacebookOptions>
Protected Overrides Function CreateHandler () As AuthenticationHandler(Of FacebookOptions)

返回

一个 AuthenticationHandler<TOptions> 配置了 FacebookOptions 提供给构造函数的 。

适用于