Sdílet prostřednictvím


GoogleMiddleware.CreateHandler Metoda

Definice

AuthenticationHandler<TOptions> Poskytuje 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

Konfigurovaný AuthenticationHandler<TOptions> s parametrem GoogleOptions zadaným konstruktoru.

Platí pro