FacebookAuthenticationProvider::ReturnEndpoint Method

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

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

public:
virtual Task^ ReturnEndpoint(
	FacebookReturnEndpointContext^ context
)

Return Value

Type: System.Threading.Tasks::Task
A Task representing the completed operation.

Implements

IFacebookAuthenticationProvider::ReturnEndpoint(FacebookReturnEndpointContext)
Show: