FacebookAuthenticatedContext Class
Contains information about the login session as well as the user ClaimsIdentity.
Assembly: Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)
Microsoft.Owin.Security.Provider::BaseContext
Microsoft.Owin.Security.Facebook::FacebookAuthenticatedContext
| Name | Description | |
|---|---|---|
![]() | FacebookAuthenticatedContext(IOwinContext^, JObject^, String^, String^) | Initializes a FacebookAuthenticatedContext |
| Name | Description | |
|---|---|---|
![]() | AccessToken | Gets the Facebook access token |
![]() | Gets the Facebook email | |
![]() | ExpiresIn | Gets the Facebook access token expiration time |
![]() | Id | Gets the Facebook user ID |
![]() | Identity | Gets the ClaimsIdentity representing the user |
![]() | Link | Gets or sets the link to FacebookAuthenticatedContext. |
![]() | Name | Gets the user's name |
![]() | OwinContext | (Inherited from BaseContext.) |
![]() | Properties | Gets or sets a property bag for common authentication properties |
![]() | Request | (Inherited from BaseContext.) |
![]() | Response | (Inherited from BaseContext.) |
![]() | User | Gets the JSON-serialized user |
![]() | UserName |
| 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.


