OAuthMiddleware<TOptions> Třída

Definice

ASP.NET Core middleware pro ověřování uživatelů pomocí služeb OAuth.

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)

Parametry typu

TOptions
Dědičnost
OAuthMiddleware<TOptions>
Odvozené

Konstruktory

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

Inicializuje nový OAuthMiddleware<TOptions>.

Vlastnosti

AuthenticationScheme

ASP.NET Core middleware pro ověřování uživatelů pomocí služeb OAuth.

(Zděděno od AuthenticationMiddleware<TOptions>)
Backchannel

ASP.NET Core middleware pro ověřování uživatelů pomocí služeb OAuth.

Logger

ASP.NET Core middleware pro ověřování uživatelů pomocí služeb OAuth.

(Zděděno od AuthenticationMiddleware<TOptions>)
Options

ASP.NET Core middleware pro ověřování uživatelů pomocí služeb OAuth.

(Zděděno od AuthenticationMiddleware<TOptions>)
UrlEncoder

ASP.NET Core middleware pro ověřování uživatelů pomocí služeb OAuth.

(Zděděno od AuthenticationMiddleware<TOptions>)

Metody

CreateHandler()

AuthenticationHandler<TOptions> Poskytuje objekt pro zpracování požadavků souvisejících s ověřováním.

Invoke(HttpContext)

ASP.NET Core middleware pro ověřování uživatelů pomocí služeb OAuth.

(Zděděno od AuthenticationMiddleware<TOptions>)

Platí pro