FacebookAuthenticationProvider Class

 

Default IFacebookAuthenticationProvider implementation.

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

System.Object
  Microsoft.Owin.Security.Facebook.FacebookAuthenticationProvider

Public Class FacebookAuthenticationProvider
	Implements IFacebookAuthenticationProvider

NameDescription
System_CAPS_pubmethodFacebookAuthenticationProvider()

Initializes a FacebookAuthenticationProvider

NameDescription
System_CAPS_pubpropertyOnApplyRedirect

Gets or sets the delegate that is invoked when the ApplyRedirect method is invoked.

System_CAPS_pubpropertyOnAuthenticated

Gets or sets the function that is invoked when the Authenticated method is invoked.

System_CAPS_pubpropertyOnReturnEndpoint

Gets or sets the function that is invoked when the ReturnEndpoint method is invoked.

NameDescription
System_CAPS_pubmethodApplyRedirect(FacebookApplyRedirectContext)

Called when a Challenge causes a redirect to authorize endpoint in the Facebook middleware

System_CAPS_pubmethodAuthenticated(FacebookAuthenticatedContext)

Invoked whenever Facebook succesfully authenticates a user

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReturnEndpoint(FacebookReturnEndpointContext)

Invoked prior to the ClaimsIdentity being saved in a local cookie and the browser being redirected to the originally requested URL.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: