TwitterMiddleware.CreateHandler Metoda

Definice

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

protected:
 override Microsoft::AspNetCore::Authentication::AuthenticationHandler<Microsoft::AspNetCore::Builder::TwitterOptions ^> ^ CreateHandler();
protected override Microsoft.AspNetCore.Authentication.AuthenticationHandler<Microsoft.AspNetCore.Builder.TwitterOptions> CreateHandler ();
override this.CreateHandler : unit -> Microsoft.AspNetCore.Authentication.AuthenticationHandler<Microsoft.AspNetCore.Builder.TwitterOptions>
Protected Overrides Function CreateHandler () As AuthenticationHandler(Of TwitterOptions)

Návraty

AuthenticationHandler<TwitterOptions>

Byl AuthenticationHandler<TOptions> nakonfigurován s TwitterOptions dodaným do konstruktoru.

Platí pro