FacebookAuthenticationProvider::OnAuthenticated Property

 

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

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

public:
property Func<FacebookAuthenticatedContext^, Task^>^ OnAuthenticated {
	Func<FacebookAuthenticatedContext^, Task^>^ get();
	void set(Func<FacebookAuthenticatedContext^, Task^>^ value);
}
Return to top
Show: