Share via


GoogleAuthenticationMiddleware.CreateHandler Method

Creates an authentication handler for this middleware.

Namespace:  Microsoft.Owin.Security.Google
Assembly:  Microsoft.Owin.Security.Google (in Microsoft.Owin.Security.Google.dll)

Syntax

'Declaration
Protected Overrides Function CreateHandler As AuthenticationHandler(Of GoogleAuthenticationOptions)
'Usage
Dim returnValue As AuthenticationHandler(Of GoogleAuthenticationOptions)

returnValue = Me.CreateHandler()
protected override AuthenticationHandler<GoogleAuthenticationOptions> CreateHandler()
protected:
virtual AuthenticationHandler<GoogleAuthenticationOptions^>^ CreateHandler() override
abstract CreateHandler : unit -> AuthenticationHandler<GoogleAuthenticationOptions> 
override CreateHandler : unit -> AuthenticationHandler<GoogleAuthenticationOptions> 
protected override function CreateHandler() : AuthenticationHandler<GoogleAuthenticationOptions>

Return Value

Type: Microsoft.Owin.Security.Infrastructure.AuthenticationHandler<GoogleAuthenticationOptions>
The created AuthenticationHandler<TOptions>.

See Also

Reference

GoogleAuthenticationMiddleware Class

Microsoft.Owin.Security.Google Namespace