TwitterMiddleware.CreateHandler Metodo

Definizione

Fornisce l'oggetto per l'elaborazione AuthenticationHandler<TOptions> delle richieste correlate all'autenticazione.

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)

Restituisce

Oggetto AuthenticationHandler<TOptions> configurato con l'oggetto TwitterOptions fornito al costruttore.

Si applica a