Udostępnij za pośrednictwem


GoogleMiddleware.CreateHandler Metoda

Definicja

AuthenticationHandler<TOptions> Udostępnia obiekt do przetwarzania żądań związanych z uwierzytelnianiem.

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)

Zwraca

Element AuthenticationHandler<TOptions> skonfigurowany z elementem dostarczonym GoogleOptions do konstruktora.

Dotyczy