Поделиться через


ITwitterAuthenticationProvider.ReturnEndpoint Method (TwitterReturnEndpointContext)

 

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.Twitter
Assembly:  Microsoft.Owin.Security.Twitter (in Microsoft.Owin.Security.Twitter.dll)

Syntax

Task ReturnEndpoint(
    TwitterReturnEndpointContext context
)
Task^ ReturnEndpoint(
    TwitterReturnEndpointContext^ context
)
abstract ReturnEndpoint : 
        context:TwitterReturnEndpointContext -> Task
Function ReturnEndpoint (
    context As TwitterReturnEndpointContext
) As Task

Parameters

Return Value

Type: System.Threading.Tasks.Task

A Task representing the completed operation.

See Also

ITwitterAuthenticationProvider Interface
Microsoft.Owin.Security.Twitter Namespace

Return to top