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)
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.


