GoogleAuthenticationMiddleware.CreateHandler Method
Provides the AuthenticationHandler object for processing authentication-related requests.
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>
An AuthenticationHandler configured with the GoogleAuthenticationOptions supplied to the constructor.