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
'Declaration
Public Interface IMicrosoftAccountAuthenticationProvider
'Usage
Dim instance As IMicrosoftAccountAuthenticationProvider
public interface IMicrosoftAccountAuthenticationProvider
public interface class IMicrosoftAccountAuthenticationProvider
type IMicrosoftAccountAuthenticationProvider = interface end
public interface IMicrosoftAccountAuthenticationProvider
The IMicrosoftAccountAuthenticationProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
Authenticated | Invoked whenever Microsoft successfully authenticates a user | |
ReturnEndpoint | Invoked prior to the ClaimsIdentity being saved in a local cookie and the browser being redirected to the originally requested URL. |
Top