OAuthMiddleware<TOptions>.CreateHandler Methode

Definition

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

protected:
 override Microsoft::AspNetCore::Authentication::AuthenticationHandler<TOptions> ^ CreateHandler();
protected override Microsoft.AspNetCore.Authentication.AuthenticationHandler<TOptions> CreateHandler ();
override this.CreateHandler : unit -> Microsoft.AspNetCore.Authentication.AuthenticationHandler<'Options (requires 'Options :> Microsoft.AspNetCore.Builder.OAuthOptions and 'Options : (new : unit -> 'Options))>
Protected Overrides Function CreateHandler () As AuthenticationHandler(Of TOptions)

Gibt zurück

Ein AuthenticationHandler<TOptions> konfiguriert mit dem OAuthOptions für den Konstruktor bereitgestellten.

Gilt für: