Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 312 Bytes

File metadata and controls

9 lines (6 loc) · 312 Bytes

DeviceCodeHelper

Small C# library used in PSMALNET Powershell module to interact with EntraID with the device code OAuth flow.

How to build it?

  • dotnet new classlib --name DeviceCodeHelper -f net8.0
  • dotnet add DeviceCodeHelper package Microsoft.Identity.Client
  • dotnet build -f net8.0 DeviceCodeHelper