MicrosoftAccountAuthenticationProvider.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)

'Declaration
Public Overridable Function ReturnEndpoint ( _
	context As MicrosoftAccountReturnEndpointContext _
) As Task
'Usage
Dim instance As MicrosoftAccountAuthenticationProvider 
Dim context As MicrosoftAccountReturnEndpointContext 
Dim returnValue As Task 

returnValue = instance.ReturnEndpoint(context)

Parameters

context
Type: Microsoft.Owin.Security.MicrosoftAccount.MicrosoftAccountReturnEndpointContext
Contains information about the login session as well as the user ClaimsIdentity

Return Value

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

Implements

IMicrosoftAccountAuthenticationProvider.ReturnEndpoint(MicrosoftAccountReturnEndpointContext)
Show: