Corprio library for accessing Microsoft APIs
$ dotnet add package Corprio.MicrosoftLibThe Corprio.MicrosoftLib project includes functions to faciliate the use of Microsoft API services.
In order to access APIs of Microsoft, developers must register their applications in Azure Portal.
"oAuth": {
"microsoft": {
"clientId": "your client ID",
"clientSecret": "your client secret"
}
}