Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Invoked whenever Facebook succesfully authenticates a user
Namespace: Microsoft.Owin.Security.Facebook
Assembly: Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)
Syntax
public virtual Task Authenticated(
FacebookAuthenticatedContext context
)
public:
virtual Task^ Authenticated(
FacebookAuthenticatedContext^ context
)
abstract Authenticated :
context:FacebookAuthenticatedContext -> Task
override Authenticated :
context:FacebookAuthenticatedContext -> Task
Public Overridable Function Authenticated (
context As FacebookAuthenticatedContext
) As Task
Parameters
context
Type: Microsoft.Owin.Security.Facebook.FacebookAuthenticatedContextContains information about the login session as well as the user ClaimsIdentity.
Return Value
Type: System.Threading.Tasks.Task
A Task representing the completed operation.
Implements
IFacebookAuthenticationProvider.Authenticated(FacebookAuthenticatedContext)
See Also
FacebookAuthenticationProvider Class
Microsoft.Owin.Security.Facebook Namespace
Return to top