GoogleMiddleware.CreateHandler Metoda

Definice

Poskytuje AuthenticationHandler<TOptions> objekt pro zpracování požadavků souvisejících s ověřováním.

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)

Návraty

AuthenticationHandler<GoogleOptions>

Byl AuthenticationHandler<TOptions> nakonfigurován s GoogleOptions dodaným do konstruktoru.

Platí pro