FacebookAuthenticatedContext Class
Contains information about the login session as well as the user ClaimsIdentity.
Namespace: Microsoft.Owin.Security.Facebook
Assembly: Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)
Inheritance Hierarchy
System.Object
Microsoft.Owin.Security.Provider.BaseContext
Microsoft.Owin.Security.Facebook.FacebookAuthenticatedContext
Syntax
public class FacebookAuthenticatedContext : BaseContext
public ref class FacebookAuthenticatedContext : BaseContext
type FacebookAuthenticatedContext =
class
inherit BaseContext
end
Public Class FacebookAuthenticatedContext
Inherits BaseContext
Constructors
Name | Description | |
---|---|---|
FacebookAuthenticatedContext(IOwinContext, JObject, String, String) | Initializes a FacebookAuthenticatedContext |
Properties
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 |
Methods
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.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Owin.Security.Facebook Namespace
Return to top