Skip to content

Commit 4c636e6

Browse files
refacto: Use a token client instead of calling jwt apis straight
1 parent e3bf98d commit 4c636e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NotoriousClient/Clients/AuthorizationServerOptions.cs renamed to NotoriousClient/Clients/Authentication/M2M/AuthorizationServerOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace NotoriousClient.Clients
1+
namespace NotoriousClient.Clients.Authentication.M2M
22
{
33
public class AuthorizationServerOptions
44
{

NotoriousClient/Clients/Authentication/M2M/Models/TokenEndpointResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System.Text.Json.Serialization;
22

3-
namespace NotoriousClient.Clients.Authentication.Models
3+
namespace NotoriousClient.Clients.Authentication.M2M.Models
44
{
55
public class TokenEndpointResponse
66
{

0 commit comments

Comments
 (0)