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