Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TwitterAuthenticationProvider Class

 

Default ITwitterAuthenticationProvider implementation.

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

System::Object
  Microsoft.Owin.Security.Twitter::TwitterAuthenticationProvider

public ref class TwitterAuthenticationProvider : ITwitterAuthenticationProvider

NameDescription
System_CAPS_pubmethodTwitterAuthenticationProvider()

Initializes a TwitterAuthenticationProvider

NameDescription
System_CAPS_pubpropertyOnApplyRedirect

Gets or sets the delegate that is invoked when the ApplyRedirect method is invoked.

System_CAPS_pubpropertyOnAuthenticated

Gets or sets the function that is invoked when the Authenticated method is invoked.

System_CAPS_pubpropertyOnReturnEndpoint

Gets or sets the function that is invoked when the ReturnEndpoint method is invoked.

NameDescription
System_CAPS_pubmethodApplyRedirect(TwitterApplyRedirectContext^)

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

System_CAPS_pubmethodAuthenticated(TwitterAuthenticatedContext^)

Invoked whenever Twitter succesfully authenticates a user

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReturnEndpoint(TwitterReturnEndpointContext^)

Invoked prior to the ClaimsIdentity being saved in a local cookie and the browser being redirected to the originally requested URL.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: