FacebookAuthenticationProvider::OnReturnEndpoint Property

 

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

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

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