Condividi tramite


GoogleMiddleware.CreateHandler Metodo

Definizione

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

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)

Restituisce

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

Si applica a