2020-03-26 08:43:15 +00:00
|
|
|
##### NOT PRODUCTION READY CODE, JUST AN EXAMPLE
|
|
|
|
|
2021-05-19 17:42:58 +00:00
|
|
|
Put your clientId and clientSecret in a newly created appsettings.secrets.json file inside the root of the Secrets project.
|
|
|
|
|
|
|
|
**appsettings.secrets.json**
|
|
|
|
```
|
|
|
|
{
|
|
|
|
"ClientId": "<clientId>",
|
|
|
|
"ClientSecret": "<clientSecret>"
|
|
|
|
}
|
|
|
|
```
|
2020-03-24 08:59:36 +00:00
|
|
|
|
2020-04-08 17:28:30 +00:00
|
|
|
* Isn't 100% complete.
|
|
|
|
* Needs proper testing of all public api methods.
|
|
|
|
* Needs documentation of all public api methods.
|