FacebookAuthenticationOptions.TokenEndpoint Property
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