FacebookAuthenticatedContext.AccessToken Property
Gets the Facebook access token
Namespace: Microsoft.Owin.Security.Facebook
Assembly: Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)
Syntax
public string AccessToken { get; private set; }
public:
property String^ AccessToken {
String^ get();
private: void set(String^ value);
}
member AccessToken : string with get, private set
Public Property AccessToken As String
Get
Private Set
End Property
Property Value
Type: System.String
Returns String.
See Also
FacebookAuthenticatedContext Class
Microsoft.Owin.Security.Facebook Namespace
Return to top