TwitterAuthenticationProvider.OnReturnEndpoint Property

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

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

public Func<TwitterReturnEndpointContext, Task> OnReturnEndpoint { get; set; }
Show: