GoogleMiddleware.CreateHandler Метод

Определение

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)

Возвращаемое значение

Объект , настроенный AuthenticationHandler<TOptions> с помощью , GoogleOptions предоставленного конструктору.

Применяется к