Which you insert at line 01?
You need to configure the initial login request in the access token JavaScript script. Which you insert at line 01?A . const scopes = ['https://graph.microsoft.com/.default']; B. const accessTokenRequest = { }; C. const scopes = ['https://graph.microsoft.com/Files.Read.All', 'https://graph.microsoft.com/Mail.Send.All']; D. const accessTokenRequest = { scopes: ['https://graph.microsoft.com/Files.ReadWrite', 'https://graph.microsoft.com/Mail.Send'] };View AnswerAnswer: D Explanation: Scenario:...