Skip to content

Commit f70fa5b

Browse files
refacto: Use a token client instead of calling jwt apis straight
1 parent 5e13c3d commit f70fa5b

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)