Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FacebookAuthenticationProvider.Authenticated Method (FacebookAuthenticatedContext)

 

Invoked whenever Facebook succesfully authenticates a user

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

public virtual Task Authenticated(
	FacebookAuthenticatedContext context
)

Parameters

context
Type: Microsoft.Owin.Security.Facebook.FacebookAuthenticatedContext

Contains information about the login session as well as the user ClaimsIdentity.

Return Value

Type: System.Threading.Tasks.Task

A Task representing the completed operation.

Return to top
Show: