We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b040d commit 33f0d18Copy full SHA for 33f0d18
eg-03-csharp-auth-code-grant-core/Common/RequestItemService.cs
@@ -10,9 +10,7 @@ public class RequestItemsService : IRequestItemsService
10
{
11
private readonly IHttpContextAccessor _httpContextAccessor;
12
private readonly IMemoryCache _cache;
13
- private readonly string _id;
14
- private string API_CLIENT_KEY = "{0}_ApiClient";
15
- private string BASE_URI = "https://demo.docusign.net/restapi";
+ private readonly string _id;
16
private string _accessToken;
17
18
public RequestItemsService(IHttpContextAccessor httpContextAccessor, IMemoryCache cache)
0 commit comments