7 lines
146 B
C#
7 lines
146 B
C#
namespace PatchProbe.Cli.Auth;
|
|
|
|
internal sealed record DeviceCredentials(
|
|
string DeviceId,
|
|
string PrivateKeyPkcs8,
|
|
string ServerUrl);
|