OAuthMiddleware<TOptions> クラス

定義

OAuth サービスを使用してユーザーを認証するための ASP.NET Core ミドルウェア。

generic <typename TOptions>
 where TOptions : OAuthOptionsgcnew()public ref class OAuthMiddleware : Microsoft::AspNetCore::Authentication::AuthenticationMiddleware<TOptions>
public class OAuthMiddleware<TOptions> : Microsoft.AspNetCore.Authentication.AuthenticationMiddleware<TOptions> where TOptions : OAuthOptions, new()
type OAuthMiddleware<'Options (requires 'Options :> OAuthOptions and 'Options : (new : unit -> 'Options))> = class
    inherit AuthenticationMiddleware<'Options (requires 'Options :> OAuthOptions and 'Options : (new : unit -> 'Options))>
Public Class OAuthMiddleware(Of TOptions)
Inherits AuthenticationMiddleware(Of TOptions)

型パラメーター

TOptions
継承
OAuthMiddleware<TOptions>
派生

コンストラクター

OAuthMiddleware<TOptions>(RequestDelegate, IDataProtectionProvider, ILoggerFactory, UrlEncoder, IOptions<SharedAuthenticationOptions>, IOptions<TOptions>)

新しい OAuthMiddleware<TOptions> を初期化します。

プロパティ

AuthenticationScheme

OAuth サービスを使用してユーザーを認証するための ASP.NET Core ミドルウェア。

(継承元 AuthenticationMiddleware<TOptions>)
Backchannel

OAuth サービスを使用してユーザーを認証するための ASP.NET Core ミドルウェア。

Logger

OAuth サービスを使用してユーザーを認証するための ASP.NET Core ミドルウェア。

(継承元 AuthenticationMiddleware<TOptions>)
Options

OAuth サービスを使用してユーザーを認証するための ASP.NET Core ミドルウェア。

(継承元 AuthenticationMiddleware<TOptions>)
UrlEncoder

OAuth サービスを使用してユーザーを認証するための ASP.NET Core ミドルウェア。

(継承元 AuthenticationMiddleware<TOptions>)

メソッド

CreateHandler()

認証関連の AuthenticationHandler<TOptions> 要求を処理するための オブジェクトを提供します。

Invoke(HttpContext)

OAuth サービスを使用してユーザーを認証するための ASP.NET Core ミドルウェア。

(継承元 AuthenticationMiddleware<TOptions>)

適用対象