OAuthMiddleware<TOptions>.CreateHandler Metoda

Definice

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

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)

Návraty

AuthenticationHandler<TOptions>

Objekt AuthenticationHandler<TOptions> nakonfigurovaný s OAuthOptions objektem zadaným pro konstruktor .

Platí pro