We are trying to use the c# SDK with Azure Function as a backend to our service. The front end is a web browser. We are running into 2 issues:
-
The c# SDK appears to require an older version of the Newtonsoft.Json package. It's causing our build to fail (see screenshot)
-
We want to use the c# SDK to create new temporarily keys that can be used by the web browser. However, we can't seem to find the ability to specify time-to-live via the c# SDK.
Can you help?