MicrosoftAccountAuthenticationProvider.ReturnEndpoint Method
Invoked prior to the ClaimsIdentity being saved in a local cookie and the browser being redirected to the originally requested URL.
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
Implements
IMicrosoftAccountAuthenticationProvider.ReturnEndpoint(MicrosoftAccountReturnEndpointContext)
Show: