Skip to content

Commit 33f0d18

Browse files
committed
remove unuased variables
1 parent 48b040d commit 33f0d18

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

eg-03-csharp-auth-code-grant-core/Common/RequestItemService.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ public class RequestItemsService : IRequestItemsService
1010
{
1111
private readonly IHttpContextAccessor _httpContextAccessor;
1212
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";
13+
private readonly string _id;
1614
private string _accessToken;
1715

1816
public RequestItemsService(IHttpContextAccessor httpContextAccessor, IMemoryCache cache)

0 commit comments

Comments
 (0)