using System; using System.Collections.Generic; using System.Text; namespace Centron.Api.docuFORM { internal static class DocuFormRestApiConstants { internal static readonly string _redirectURI = "http://127.0.0.1"; // Don't ad trailing / internal static readonly string _endpointAuthToken = "/auth/v2/token"; internal static readonly string _endpointAuthCode = "/auth/v2/authorize"; internal static readonly string _endpointDevices = "/dfmserver/v2/devices"; } }