IMicrosoftAccountAuthenticationProvider Interface
Specifies callback methods which the MicrosoftAccountAuthenticationMiddleware invokes to enable developer control over the authentication process. />
Namespace: Microsoft.Owin.Security.MicrosoftAccount
Assembly: Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.dll)
Syntax
public interface IMicrosoftAccountAuthenticationProvider
public interface class IMicrosoftAccountAuthenticationProvider
type IMicrosoftAccountAuthenticationProvider = interface end
Public Interface IMicrosoftAccountAuthenticationProvider
Methods
Name | Description | |
---|---|---|
ApplyRedirect(MicrosoftAccountApplyRedirectContext) | Called when a Challenge causes a redirect to authorize endpoint in the Microsoft middleware |
|
Authenticated(MicrosoftAccountAuthenticatedContext) | Invoked whenever Microsoft succesfully authenticates a user |
|
ReturnEndpoint(MicrosoftAccountReturnEndpointContext) | Invoked prior to the ClaimsIdentity being saved in a local cookie and the browser being redirected to the originally requested URL. |
See Also
Microsoft.Owin.Security.MicrosoftAccount Namespace
Return to top