FacebookMiddleware.CreateHandler Método

Definición

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

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

Devoluciones

AuthenticationHandler<FacebookOptions>

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

Se aplica a