We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287cd6f commit 7a77e4aCopy full SHA for 7a77e4a
2. Web API now calls Microsoft Graph/TodoListService/Controllers/TodoListController.cs
@@ -36,7 +36,7 @@ public TodoListController(ITokenAcquisition tokenAcquisition)
36
static readonly ConcurrentBag<TodoItem> TodoStore = new ConcurrentBag<TodoItem>();
37
38
/// <summary>
39
- /// /// The Web API will only accept tokens 1) for users, and
+ /// The Web API will only accept tokens 1) for users, and
40
/// 2) having the access_as_user scope for this API
41
/// </summary>
42
static readonly string[] scopeRequiredByApi = new string[] { "access_as_user" };
0 commit comments