ITwitterAuthenticationProvider Interface

Specifies callback methods which the TwitterAuthenticationMiddleware invokes to enable developer control over the authentication process. />

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

Syntax

'Declaration
Public Interface ITwitterAuthenticationProvider
'Usage
Dim instance As ITwitterAuthenticationProvider
public interface ITwitterAuthenticationProvider
public interface class ITwitterAuthenticationProvider
type ITwitterAuthenticationProvider =  interface end
public interface ITwitterAuthenticationProvider

The ITwitterAuthenticationProvider type exposes the following members.

Methods

  Name Description
Public method Authenticated Invoked whenever Twitter succesfully authenticates a user
Public method ReturnEndpoint Invoked prior to the ClaimsIdentity being saved in a local cookie and the browser being redirected to the originally requested URL.

Top

See Also

Reference

Microsoft.Owin.Security.Twitter Namespace