Small C# library used in PSMALNET Powershell module to interact with EntraID with the Windows WAM OAuth flow.
- dotnet new classlib --name WAMHelper -f net8.0
- dotnet add WAMHelper package Microsoft.Identity.Client
- dotnet build -f net8.0 WAMHelper (with or without WAMHelper at the end)