Small C# library used in PSMALNET Powershell module to interact with EntraID with the device code OAuth flow.
- dotnet new classlib --name DeviceCodeHelper -f net8.0
- dotnet add DeviceCodeHelper package Microsoft.Identity.Client
- dotnet build -f net8.0 DeviceCodeHelper