Share via


FacebookAuthenticationMiddleware.CreateHandler Method ()

 

Provides the AuthenticationHandler object for processing authentication-related requests.

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

Syntax

protected override AuthenticationHandler<FacebookAuthenticationOptions> CreateHandler()
protected:
virtual AuthenticationHandler<FacebookAuthenticationOptions^>^ CreateHandler() override
override CreateHandler : unit -> AuthenticationHandler<FacebookAuthenticationOptions>
Protected Overrides Function CreateHandler As AuthenticationHandler(Of FacebookAuthenticationOptions)

Return Value

Type: Microsoft.Owin.Security.Infrastructure.AuthenticationHandler<FacebookAuthenticationOptions>

An AuthenticationHandler configured with the FacebookAuthenticationOptions supplied to the constructor.

See Also

FacebookAuthenticationMiddleware Class
Microsoft.Owin.Security.Facebook Namespace

Return to top