FacebookMiddleware 類別

定義

使用 Facebook 驗證使用者的 ASP.NET Core中介軟體。

public ref class FacebookMiddleware : Microsoft::AspNetCore::Authentication::OAuth::OAuthMiddleware<Microsoft::AspNetCore::Builder::FacebookOptions ^>
public class FacebookMiddleware : Microsoft.AspNetCore.Authentication.OAuth.OAuthMiddleware<Microsoft.AspNetCore.Builder.FacebookOptions>
type FacebookMiddleware = class
    inherit OAuthMiddleware<FacebookOptions>
Public Class FacebookMiddleware
Inherits OAuthMiddleware(Of FacebookOptions)
繼承

建構函式

FacebookMiddleware(RequestDelegate, IDataProtectionProvider, ILoggerFactory, UrlEncoder, IOptions<SharedAuthenticationOptions>, IOptions<FacebookOptions>)

初始化新的 FacebookMiddleware

屬性

AuthenticationScheme

使用 Facebook 驗證使用者的 ASP.NET Core中介軟體。

(繼承來源 AuthenticationMiddleware<TOptions>)
Backchannel

使用 Facebook 驗證使用者的 ASP.NET Core中介軟體。

(繼承來源 OAuthMiddleware<TOptions>)
Logger

使用 Facebook 驗證使用者的 ASP.NET Core中介軟體。

(繼承來源 AuthenticationMiddleware<TOptions>)
Options

使用 Facebook 驗證使用者的 ASP.NET Core中介軟體。

(繼承來源 AuthenticationMiddleware<TOptions>)
UrlEncoder

使用 Facebook 驗證使用者的 ASP.NET Core中介軟體。

(繼承來源 AuthenticationMiddleware<TOptions>)

方法

CreateHandler()

AuthenticationHandler<TOptions>提供 物件來處理驗證相關要求。

Invoke(HttpContext)

使用 Facebook 驗證使用者的 ASP.NET Core中介軟體。

(繼承來源 AuthenticationMiddleware<TOptions>)

適用於