...
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.
...
...
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.
...