Valid MS-600 Dumps shared by ExamDiscuss.com for Helping Passing MS-600 Exam! ExamDiscuss.com now offer the newest MS-600 exam dumps, the ExamDiscuss.com MS-600 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com MS-600 dumps with Test Engine here:
You have a third-party API that is secured by using Azure Active Directory (Azure AD). You need to configure a SharePoint Framework (SPFx) web part to consume the third-party API. Which method should you use?
Correct Answer: A
The AadHttpClient client object is useful for consuming any REST API. You can use it to consume Microsoft Graph or any other third-party (or first-party) REST API. To consume any REST API using the AadHttpClient client object, create a new instance of the AadHttpClient type by calling the context.aadHttpClientFactory.getClient() method and providing the URI of the target service. Reference: https://docs.microsoft.com/en-us/sharepoint/dev/spfx/use-aad-tutorial