You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apps shouldn't require their users to sign in every time they request a token. If the user has already signed in, this method allows apps to request tokens silently.
>| `scopes` | Contains the scopes being requested (that is, `[ "user.read" ]` for Microsoft Graph or `[ "<Application ID URL>/scope" ]` for custom Web APIs (`api://<Application ID>/access_as_user`) |
279
-
>| `account` | The account a token is being requested for. This quickstart is about a single account application. If you want to build a multi-account app you'll need to define logic to identify which account to use for token requests using `applicationContext.account(forHomeAccountId: self.homeAccountId)` |
284
+
>| `account` | The account a token is being requested for. This quickstart is about a single account application. If you want to build a multi-account app you'll need to define logic to identify which account to use for token requests using `accountsFromDeviceForParameters:completionBlock:` and passing correct `accountIdentifier` |
280
285
281
286
## Next steps
282
287
283
-
Try out the iOS tutorialfor a complete step-by-step guide on building applications, including a complete explanation of this quickstart.
288
+
Try out the tutorial foriOS and macOSfor a complete step-by-step guide on building applications, including a complete explanation of this quickstart.
284
289
285
290
### Learn how to create the application used in this quickstart
286
291
287
292
> [!div class="nextstepaction"]
288
-
> [Call Graph API iOS tutorial](https://docs.microsoft.com/azure/active-directory/develop/guidedsetups/active-directory-ios)
293
+
> [Call Graph API tutorial foriOS and macOS](https://docs.microsoft.com/azure/active-directory/develop/guidedsetups/active-directory-ios)
289
294
290
295
[!INCLUDE [Help and support](../../../includes/active-directory-develop-help-support-include.md)]
0 commit comments