Which code segment should you insert at line 01

You need to configure the initial login request in the access token JavaScript script.
Which code segment should 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’] };

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.