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
protected override AuthenticationHandler<GoogleAuthenticationOptions> CreateHandler()
protected:
virtual AuthenticationHandler<GoogleAuthenticationOptions^>^ CreateHandler() override
override CreateHandler : unit -> AuthenticationHandler<GoogleAuthenticationOptions>
Protected Overrides Function CreateHandler As AuthenticationHandler(Of GoogleAuthenticationOptions)
Return Value
Type: Microsoft.Owin.Security.Infrastructure.AuthenticationHandler<GoogleAuthenticationOptions>
An AuthenticationHandler configured with the GoogleAuthenticationOptions supplied to the constructor.
See Also
GoogleAuthenticationMiddleware Class
Microsoft.Owin.Security.Google Namespace
Return to top