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.MicrosoftAccount
Assembly: Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.dll)
Syntax
public virtual Task ReturnEndpoint(
MicrosoftAccountReturnEndpointContext context
)
public:
virtual Task^ ReturnEndpoint(
MicrosoftAccountReturnEndpointContext^ context
)
abstract ReturnEndpoint :
context:MicrosoftAccountReturnEndpointContext -> Task
override ReturnEndpoint :
context:MicrosoftAccountReturnEndpointContext -> Task
Public Overridable Function ReturnEndpoint (
context As MicrosoftAccountReturnEndpointContext
) As Task
Parameters
context
Type: Microsoft.Owin.Security.MicrosoftAccount.MicrosoftAccountReturnEndpointContextContains 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)
See Also
MicrosoftAccountAuthenticationProvider Class
Microsoft.Owin.Security.MicrosoftAccount Namespace
Return to top