TwitterAuthenticationProvider::OnAuthenticated Property
Gets or sets the function that is invoked when the Authenticated method is invoked.
Assembly: Microsoft.Owin.Security.Twitter (in Microsoft.Owin.Security.Twitter.dll)
public: property Func<TwitterAuthenticatedContext^, Task^>^ OnAuthenticated { Func<TwitterAuthenticatedContext^, Task^>^ get(); void set(Func<TwitterAuthenticatedContext^, Task^>^ value); }
Show: