IFacebookAuthenticationProvider::Authenticated Method

Invoked whenever Facebook succesfully authenticates a user

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

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.
Show: