FacebookAuthenticationProvider::OnAuthenticated Property
Gets or sets the function that is invoked when the Authenticated method is invoked.
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); }
Show: