Compartilhar via


GoogleMiddleware.CreateHandler Método

Definição

Fornece o AuthenticationHandler<TOptions> objeto para processar solicitações relacionadas à autenticação.

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)

Retornos

Um AuthenticationHandler<TOptions> configurado com o GoogleOptions fornecido para o construtor.

Aplica-se a