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 e13b603 commit da7a3c0Copy full SHA for da7a3c0
SDK/Aspose.OMR.Cloud.SDK/Internal/RequestHandlers/JwtRequestHandler.cs
@@ -1,9 +1,6 @@
1
-using System;
2
-using System.Collections.Generic;
+using System.Collections.Generic;
3
using System.IO;
4
using System.Net;
5
-using System.Text;
6
-using Aspose.Omr.Cloud.Sdk.RequestHandlers;
7
using Newtonsoft.Json;
8
9
namespace Aspose.Omr.Cloud.Sdk.RequestHandlers
@@ -14,7 +11,6 @@ internal class JwtRequestHandler : IRequestHandler
14
11
private readonly ApiInvoker apiInvoker;
15
12
16
13
private string accessToken;
17
- //private string refreshToken;
18
19
public JwtRequestHandler(Configuration configuration)
20
{
0 commit comments