Share via


FacebookAuthenticatedContext.User Property

 

Gets the JSON-serialized user

Namespace:   Microsoft.Owin.Security.Facebook
Assembly:  Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)

Syntax

public JObject User { get; private set; }
public:
property JObject^ User {
    JObject^ get();
    private: void set(JObject^ value);
}
member User : JObject with get, private set
Public Property User As JObject
    Get
    Private Set
End Property

Property Value

Type: Newtonsoft.Json.Linq.JObject

Returns JObject.

See Also

FacebookAuthenticatedContext Class
Microsoft.Owin.Security.Facebook Namespace

Return to top