GoogleMiddleware.CreateHandler Method

Definition

Provides the AuthenticationHandler<TOptions> object for processing authentication-related requests.

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)

Returns

An AuthenticationHandler<TOptions> configured with the GoogleOptions supplied to the constructor.

Applies to