OAuthMiddleware<TOptions> Klasse

Definition

Ein ASP.NET Core Middleware zum Authentifizieren von Benutzern mithilfe von OAuth-Diensten.

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)

Typparameter

TOptions
Vererbung
OAuthMiddleware<TOptions>
Abgeleitet

Konstruktoren

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

Initialisiert eine neue OAuthMiddleware<TOptions>.

Eigenschaften

AuthenticationScheme

Ein ASP.NET Core Middleware zum Authentifizieren von Benutzern mithilfe von OAuth-Diensten.

(Geerbt von AuthenticationMiddleware<TOptions>)
Backchannel

Ein ASP.NET Core Middleware zum Authentifizieren von Benutzern mithilfe von OAuth-Diensten.

Logger

Ein ASP.NET Core Middleware zum Authentifizieren von Benutzern mithilfe von OAuth-Diensten.

(Geerbt von AuthenticationMiddleware<TOptions>)
Options

Ein ASP.NET Core Middleware zum Authentifizieren von Benutzern mithilfe von OAuth-Diensten.

(Geerbt von AuthenticationMiddleware<TOptions>)
UrlEncoder

Ein ASP.NET Core Middleware zum Authentifizieren von Benutzern mithilfe von OAuth-Diensten.

(Geerbt von AuthenticationMiddleware<TOptions>)

Methoden

CreateHandler()

Stellt das -Objekt für die AuthenticationHandler<TOptions> Verarbeitung authentifizierungsbezogener Anforderungen bereit.

Invoke(HttpContext)

Ein ASP.NET Core Middleware zum Authentifizieren von Benutzern mithilfe von OAuth-Diensten.

(Geerbt von AuthenticationMiddleware<TOptions>)

Gilt für: