Initial Commit
This commit is contained in:
9
PatchProbe.Cli/Auth/IDeviceCredentialStore.cs
Normal file
9
PatchProbe.Cli/Auth/IDeviceCredentialStore.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace PatchProbe.Cli.Auth;
|
||||
|
||||
internal interface IDeviceCredentialStore
|
||||
{
|
||||
bool IsEnrolled { get; }
|
||||
DeviceCredentials Load();
|
||||
void Save(DeviceCredentials credentials);
|
||||
void Delete();
|
||||
}
|
||||
Reference in New Issue
Block a user