GoogleMiddleware.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::GoogleOptions ^> ^ CreateHandler();
protected override Microsoft.AspNetCore.Authentication.AuthenticationHandler<Microsoft.AspNetCore.Builder.GoogleOptions> CreateHandler ();
override this.CreateHandler : unit -> Microsoft.AspNetCore.Authentication.AuthenticationHandler<Microsoft.AspNetCore.Builder.GoogleOptions>
Protected Overrides Function CreateHandler () As AuthenticationHandler(Of GoogleOptions)

Devoluciones

Un AuthenticationHandler<TOptions> objeto configurado con el GoogleOptions proporcionado al constructor.

Se aplica a