FacebookMiddleware 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用 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>) |