Files
PatchProbe-Server/PatchProbe.Cli/Auth/DeviceCredentials.cs
2026-05-25 10:29:38 +08:00

7 lines
146 B
C#

namespace PatchProbe.Cli.Auth;
internal sealed record DeviceCredentials(
string DeviceId,
string PrivateKeyPkcs8,
string ServerUrl);