MicrosoftAccountAuthenticationProvider::ApplyRedirect Method (MicrosoftAccountApplyRedirectContext^)

 

Called when a Challenge causes a redirect to authorize endpoint in the Microsoft account middleware

Namespace:   Microsoft.Owin.Security.MicrosoftAccount
Assembly:  Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.dll)

public:
virtual void ApplyRedirect(
	MicrosoftAccountApplyRedirectContext^ context
)

Parameters

context
Type: Microsoft.Owin.Security.MicrosoftAccount::MicrosoftAccountApplyRedirectContext^

Contains redirect URI and AuthenticationProperties of the challenge

Return to top
Show: