IMicrosoftAccountAuthenticationProvider.ReturnEndpoint Method

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

Syntax

'Declaration
Function ReturnEndpoint ( _
    context As MicrosoftAccountReturnEndpointContext _
) As Task
'Usage
Dim instance As IMicrosoftAccountAuthenticationProvider 
Dim context As MicrosoftAccountReturnEndpointContext 
Dim returnValue As Task 

returnValue = instance.ReturnEndpoint(context)
Task ReturnEndpoint(
    MicrosoftAccountReturnEndpointContext context
)
Task^ ReturnEndpoint(
    MicrosoftAccountReturnEndpointContext^ context
)
abstract ReturnEndpoint : 
        context:MicrosoftAccountReturnEndpointContext -> Task
function ReturnEndpoint(
    context : MicrosoftAccountReturnEndpointContext
) : Task

Parameters

Return Value

Type: System.Threading.Tasks.Task
A Task representing the completed operation.

See Also

Reference

IMicrosoftAccountAuthenticationProvider Interface

Microsoft.Owin.Security.MicrosoftAccount Namespace