Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the URI the middleware will access to exchange the OAuth token. The default value is 'https://graph.facebook.com/oauth/access_token'.
Namespace: Microsoft.Owin.Security.Facebook
Assembly: Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)
Syntax
public string TokenEndpoint { get; set; }
public:
property String^ TokenEndpoint {
String^ get();
void set(String^ value);
}
member TokenEndpoint : string with get, set
Public Property TokenEndpoint As String
Property Value
Type: System.String
Returns String.
See Also
FacebookAuthenticationOptions Class
Microsoft.Owin.Security.Facebook Namespace
Return to top