FacebookAuthenticatedContext Class
Provides access to Facebook authenticated information.
Inheritance Hierarchy
System.Object
Microsoft.Owin.Security.Provider.BaseContext
Microsoft.Owin.Security.Facebook.FacebookAuthenticatedContext
Namespace: Microsoft.Owin.Security.Facebook
Assembly: Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)
Syntax
'Declaration
Public Class FacebookAuthenticatedContext _
Inherits BaseContext
'Usage
Dim instance As FacebookAuthenticatedContext
public class FacebookAuthenticatedContext : BaseContext
public ref class FacebookAuthenticatedContext : public BaseContext
type FacebookAuthenticatedContext =
class
inherit BaseContext
end
public class FacebookAuthenticatedContext extends BaseContext
The FacebookAuthenticatedContext type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FacebookAuthenticatedContext | Initializes a FacebookAuthenticatedContext |
Top
Properties
Name | Description | |
---|---|---|
AccessToken | Gets or sets the access token. | |
Gets or sets the email used to access the Facebook. | ||
ExpiresIn | Gets the Facebook access token expiration time | |
Id | Gets or sets the identifier associated with the context. | |
Identity | Gets or sets the identity of this instance. | |
Link | Gets or sets the link to FacebookAuthenticatedContext. | |
Name | Gets or sets the name associated with the context. | |
OwinContext | (Inherited from BaseContext.) | |
Properties | Gets the authentication properties of this context. | |
Request | (Inherited from BaseContext.) | |
Response | (Inherited from BaseContext.) | |
User | Gets or sets the user that accesses the authentication. | |
UserName | Gets or sets the name of the user. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
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.