Initial Commit
This commit is contained in:
6
PatchProbe.Cli/Auth/DeviceCredentials.cs
Normal file
6
PatchProbe.Cli/Auth/DeviceCredentials.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace PatchProbe.Cli.Auth;
|
||||
|
||||
internal sealed record DeviceCredentials(
|
||||
string DeviceId,
|
||||
string PrivateKeyPkcs8,
|
||||
string ServerUrl);
|
||||
Reference in New Issue
Block a user