Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
var token = await app.AcquireTokenForClient(new string[] {“ClientId}/.default" }).ExecuteAsync();

Where ClientId is ClientId of application which is trying to access DS API.

...