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.
TwitterAuthenticatedContext Class
Contains information about the login session as well as the user ClaimsIdentity.
Assembly: Microsoft.Owin.Security.Twitter (in Microsoft.Owin.Security.Twitter.dll)
System::Object
Microsoft.Owin.Security.Provider::BaseContext
Microsoft.Owin.Security.Twitter::TwitterAuthenticatedContext
Microsoft.Owin.Security.Provider::BaseContext
Microsoft.Owin.Security.Twitter::TwitterAuthenticatedContext
| Name | Description | |
|---|---|---|
![]() | TwitterAuthenticatedContext(IOwinContext^, String^, String^, String^, String^) | Initializes a TwitterAuthenticatedContext |
| Name | Description | |
|---|---|---|
![]() | AccessToken | Gets the Twitter access token |
![]() | AccessTokenSecret | Gets the Twitter access token secret |
![]() | Identity | Gets the ClaimsIdentity representing the user |
![]() | OwinContext | (Inherited from BaseContext.) |
![]() | Properties | Gets or sets a property bag for common authentication properties |
![]() | Request | (Inherited from BaseContext.) |
![]() | Response | (Inherited from BaseContext.) |
![]() | ScreenName | Gets the Twitter screen name |
![]() | UserId | Gets the Twitter user ID |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.
Show:


