Skip to content

Commit da7a3c0

Browse files
committed
update
1 parent e13b603 commit da7a3c0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

SDK/Aspose.OMR.Cloud.SDK/Internal/RequestHandlers/JwtRequestHandler.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
using System;
2-
using System.Collections.Generic;
1+
using System.Collections.Generic;
32
using System.IO;
43
using System.Net;
5-
using System.Text;
6-
using Aspose.Omr.Cloud.Sdk.RequestHandlers;
74
using Newtonsoft.Json;
85

96
namespace Aspose.Omr.Cloud.Sdk.RequestHandlers
@@ -14,7 +11,6 @@ internal class JwtRequestHandler : IRequestHandler
1411
private readonly ApiInvoker apiInvoker;
1512

1613
private string accessToken;
17-
//private string refreshToken;
1814

1915
public JwtRequestHandler(Configuration configuration)
2016
{

0 commit comments

Comments
 (0)