From 518a123aa90ec878e3b2b27018c6ce0f447e40b2 Mon Sep 17 00:00:00 2001 From: Ryan Wike Date: Tue, 30 Jul 2019 10:55:10 -0700 Subject: [PATCH] YAML updates for the samples browser --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 215312c..75a3c48 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ level: 100 client: iOS Mobile App service: Microsoft Graph endpoint: AAD V2 +languages: + - swift +products: + - azure + - azure-active-directory + - office-ms-graph +description: "Shows how to use the MSAL library for iOS and macOS to get an access token and call a Microsoft Graph API." --- # MSAL iOS Swift Microsoft Graph API Sample