FacebookAuthenticationOptions.AuthorizationEndpoint Property
Gets or sets the URI where the client will be redirected to authenticate. The default value is 'https://www.facebook.com/dialog/oauth'.
Namespace: Microsoft.Owin.Security.Facebook
Assembly: Microsoft.Owin.Security.Facebook (in Microsoft.Owin.Security.Facebook.dll)
Syntax
public string AuthorizationEndpoint { get; set; }
public:
property String^ AuthorizationEndpoint {
String^ get();
void set(String^ value);
}
member AuthorizationEndpoint : string with get, set
Public Property AuthorizationEndpoint As String
Property Value
Type: System.String
Returns String.
See Also
FacebookAuthenticationOptions Class
Microsoft.Owin.Security.Facebook Namespace
Return to top