Which object should you use to call the API?
You have a custom API that is secured by using Azure Active Directory (Azure AD). You need to call the API from within a SharePoint Framework (SPFx) web part. Which object should you use to call the API?A . AadHttpClient B. MSGraphClient C. SPMttpCHent D. XMLHttpRequestView AnswerAnswer: B Explanation: By...