Trial Token
If you are evaluating DS Server and you are using a trial token, remove the third parameter in the OAuthSettings (RedirectUri) and replace the ServiceUrl with the demo server location https://trial.dsserver.io.
@using TXTextControl.DocumentServices.DocumentEditor;
@Html.TXTextControl().DocumentEditor(s => {
s.Width = "800px";
s.Height = "600px";
s.ServiceUrl = "https://trial.dsserver.io";
s.OAuthSettings.ClientId = "dsserver.ZVOL4OPU664IqA0NMJAisrX2iCeLaOmo";
s.OAuthSettings.ClientSecret = "faZwTMHRe0VgKfyvMgD8FM8eOKymEst3";
}).Render()