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
Public method FacebookAuthenticatedContext Initializes a FacebookAuthenticatedContext

Top

Properties

  Name Description
Public property AccessToken Gets or sets the access token.
Public property Email Gets or sets the email used to access the Facebook.
Public property ExpiresIn Gets the Facebook access token expiration time
Public property Id Gets or sets the identifier associated with the context.
Public property Identity Gets or sets the identity of this instance.
Public property Link Gets or sets the link to FacebookAuthenticatedContext.
Public property Name Gets or sets the name associated with the context.
Public property OwinContext (Inherited from BaseContext.)
Public property Properties Gets the authentication properties of this context.
Public property Request (Inherited from BaseContext.)
Public property Response (Inherited from BaseContext.)
Public property User Gets or sets the user that accesses the authentication.
Public property UserName Gets or sets the name of the user.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.Owin.Security.Facebook Namespace