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.
Invoked prior to the ClaimsIdentity being saved in a local cookie and the browser being redirected to the originally requested URL.
Namespace: Microsoft.Owin.Security.Facebook
Assembly: Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)
Syntax
public virtual Task ReturnEndpoint(
FacebookReturnEndpointContext context
)
public:
virtual Task^ ReturnEndpoint(
FacebookReturnEndpointContext^ context
)
abstract ReturnEndpoint :
context:FacebookReturnEndpointContext -> Task
override ReturnEndpoint :
context:FacebookReturnEndpointContext -> Task
Public Overridable Function ReturnEndpoint (
context As FacebookReturnEndpointContext
) As Task
Parameters
Return Value
Type: System.Threading.Tasks.Task
A Task representing the completed operation.
Implements
IFacebookAuthenticationProvider.ReturnEndpoint(FacebookReturnEndpointContext)
See Also
FacebookAuthenticationProvider Class
Microsoft.Owin.Security.Facebook Namespace
Return to top