IMicrosoftAccountAuthenticationProvider.ApplyRedirect Method (MicrosoftAccountApplyRedirectContext)
Called when a Challenge causes a redirect to authorize endpoint in the Microsoft middleware
Namespace: Microsoft.Owin.Security.MicrosoftAccount
Assembly: Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.dll)
Syntax
void ApplyRedirect(
MicrosoftAccountApplyRedirectContext context
)
void ApplyRedirect(
MicrosoftAccountApplyRedirectContext^ context
)
abstract ApplyRedirect :
context:MicrosoftAccountApplyRedirectContext -> unit
Sub ApplyRedirect (
context As MicrosoftAccountApplyRedirectContext
)
Parameters
context
Type: Microsoft.Owin.Security.MicrosoftAccount.MicrosoftAccountApplyRedirectContextContains redirect URI and AuthenticationProperties of the challenge
See Also
IMicrosoftAccountAuthenticationProvider Interface
Microsoft.Owin.Security.MicrosoftAccount Namespace
Return to top