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 ReturnEndpoint method is invoked.
Namespace: Microsoft.Owin.Security.Twitter
Assembly: Microsoft.Owin.Security.Twitter (in Microsoft.Owin.Security.Twitter.dll)
Syntax
public Func<TwitterReturnEndpointContext, Task> OnReturnEndpoint { get; set; }
public:
property Func<TwitterReturnEndpointContext^, Task^>^ OnReturnEndpoint {
Func<TwitterReturnEndpointContext^, Task^>^ get();
void set(Func<TwitterReturnEndpointContext^, Task^>^ value);
}
member OnReturnEndpoint : Func<TwitterReturnEndpointContext, Task> with get, set
Public Property OnReturnEndpoint As Func(Of TwitterReturnEndpointContext, Task)
Property Value
Type: System.Func<TwitterReturnEndpointContext, Task>
Returns Func<T, TResult>.
See Also
TwitterAuthenticationProvider Class
Microsoft.Owin.Security.Twitter Namespace
Return to top