We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 871e17a commit d483539Copy full SHA for d483539
1 file changed
tests/UnitTests/AuthClientCredentialsTests/AuthClientCredentialsTests.cs
@@ -1,13 +1,16 @@
1
2
namespace NHS.CohortManager.Tests.UnitTests.JwtTokenServiceTests;
3
4
+using System.IdentityModel.Tokens.Jwt;
5
using System.Numerics;
6
using System.Security.Cryptography;
7
using System.Text;
8
+using System.Text.Json;
9
using System.Threading.Tasks;
10
using Common;
11
using Microsoft.Extensions.Logging;
12
using Microsoft.Extensions.Options;
13
+using Microsoft.IdentityModel.Tokens;
14
using Moq;
15
using Moq.Protected;
16
0 commit comments