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.
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)
Syntax
public Func<FacebookAuthenticatedContext, Task> OnAuthenticated { get; set; }
public:
property Func<FacebookAuthenticatedContext^, Task^>^ OnAuthenticated {
Func<FacebookAuthenticatedContext^, Task^>^ get();
void set(Func<FacebookAuthenticatedContext^, Task^>^ value);
}
member OnAuthenticated : Func<FacebookAuthenticatedContext, Task> with get, set
Public Property OnAuthenticated As Func(Of FacebookAuthenticatedContext, Task)
Property Value
Type: System.Func<FacebookAuthenticatedContext, Task>
Returns Func<T, TResult>.
See Also
FacebookAuthenticationProvider Class
Microsoft.Owin.Security.Facebook Namespace
Return to top