Share via


TwitterMiddleware.CreateHandler Método

Definición

Proporciona el AuthenticationHandler<TOptions> objeto para procesar solicitudes relacionadas con la autenticación.

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)

Devoluciones

Configurado AuthenticationHandler<TOptions> con el TwitterOptions proporcionado al constructor .

Se aplica a