How to implement Auth0 in Unity Game Engine?

If I try the Auth0.net sdk with Unity, the Editor complains about C# features that are not part of the C# 4.0 language specifications :

  • null propagating operator
  • interpolated strings
  • asynchronous functions

So, at least as it is, the .Net auth0 SDK is not usable in Unity (2017.3), am I right ?