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
Task ReturnEndpoint(
MicrosoftAccountReturnEndpointContext context
)
Task^ ReturnEndpoint(
MicrosoftAccountReturnEndpointContext^ context
)
abstract ReturnEndpoint :
context:MicrosoftAccountReturnEndpointContext -> Task
Function ReturnEndpoint (
context As MicrosoftAccountReturnEndpointContext
) As Task
Parameters
Return Value
Type: System.Threading.Tasks.Task
A Task representing the completed operation.
See Also
IMicrosoftAccountAuthenticationProvider Interface
Microsoft.Owin.Security.MicrosoftAccount Namespace
Return to top