|
2 | 2 |
|
3 | 3 | ## Get Credentials |
4 | 4 |
|
5 | | -Prior to any catalog or service request to the [HERE Open Location Platform](https://platform.here.com) (OLP), you must obtain authentication and authorization credentials. |
| 5 | +To create catalog or service requests to the [HERE Open Location Platform](https://platform.here.com), you need to have the OLP authentication and authorization credentials. |
6 | 6 |
|
7 | | -The following approaches are available for authenticating to the OLP within your application: |
| 7 | +The following two authentication approaches are available within your application: |
8 | 8 |
|
9 | | -1. Using the _platform credentials_ available from the OLP portal in combination with the HERE OLP SDK for C++ authentication library. |
10 | | -2. Using the access key ID and access key secret in the platform credentials as described in the [Authentication and Authorization Developer's Guide](https://developer.here.com/olp/documentation/access_control/topics/introduction.html) to create your own authentication and authorization client for retrieving HERE tokens, which you can then provide to the HERE OLP SDK for C++ libraries. |
| 9 | +1. Using your **platform credentials** that are available on the platform portal by means of the HERE OLP SDK for TypeScript authentication library. |
| 10 | +2. Using the **access key ID** and **access key secret** from the platform credentials as described in the [Authentication and Authorization Developer's Guide](https://developer.here.com/olp/documentation/access_control/topics/introduction.html) to create your own authentication and authorization client for retrieving HERE tokens that you can then provide to the HERE OLP SDK for C++ libraries. |
11 | 11 |
|
12 | | -To obtain your platform credentials, create a new application via the [Apps and Keys](https://platform.here.com/profile/apps-and-keys) page. Then click **Create a key** to download these credentials. For more information on obtaining platform credentials, see the [Manage Apps](https://developer.here.com/olp/documentation/access-control/user-guide/topics/manage-apps.html) section of the [Teams and Permissions User Guide](https://developer.here.com/olp/documentation/access-control/user-guide/index.html). |
| 12 | +To get your platform credentials, on the [Apps and Keys](https://platform.here.com/profile/apps-and-keys) page, create a new application. Then, to download the credentials, click **Create a key**. For more information on how to get platform credentials, see the [Manage Apps](https://developer.here.com/olp/documentation/access-control/user-guide/topics/manage-apps.html) section of the [Teams and Permissions User Guide](https://developer.here.com/olp/documentation/access-control/user-guide/index.html). |
13 | 13 |
|
14 | 14 | ## OLP Prerequisite Knowledge |
15 | 15 |
|
16 | | -The use of the HERE OLP SDK for C++ requires a basic understanding of the following concepts related to the OLP: |
| 16 | +To use the HERE Open Location Platform (OLP) SDK for C++, you need to understand the following concepts related to OLP: |
17 | 17 |
|
18 | | -* [OLP catalog](https://developer.here.com/olp/documentation/data-user-guide/shared_content/topics/olp/concepts/catalogs.html) |
19 | | -* [OLP layers](https://developer.here.com/olp/documentation/data-user-guide/shared_content/topics/olp/concepts/layers.html) |
20 | | -* [OLP partitions](https://developer.here.com/olp/documentation/data-user-guide/shared_content/topics/olp/concepts/partitions.html) |
21 | | -* [HRN (HERE Resource Name)](https://developer.here.com/olp/documentation/data-user-guide/shared_content/topics/olp/concepts/hrn.html) |
| 18 | +* [Catalogs](https://developer.here.com/olp/documentation/data-user-guide/portal/layers/catalogs.html) |
| 19 | +* [Layers](https://developer.here.com/olp/documentation/data-user-guide/portal/layers/layers.html) |
| 20 | +* [Partitions](https://developer.here.com/olp/documentation/data-user-guide/portal/layers/partitions.html) |
| 21 | +* [HERE Resource Names (HRNs)](https://developer.here.com/olp/documentation/data-user-guide/shared_content/topics/olp/concepts/hrn.html) |
22 | 22 |
|
23 | 23 | For more information, see the [HERE OLP Data User Guide](https://developer.here.com/olp/documentation/data-user-guide/index.html). |
24 | 24 |
|
25 | 25 | ## Available Components |
26 | 26 |
|
27 | | -The HERE OLP SDK for C++ is composed of separate libraries with their own distinct functionality. For a component overview, see the [architectural overview](OverallArchitecture.md) |
| 27 | +The HERE OLP SDK for C++ contains separate libraries, each of which has a distinct functionality. For more information about the components, see the [architectural overview](OverallArchitecture.md). |
28 | 28 |
|
29 | 29 | ## HERE OLP SDK for C++ in CMake Projects |
30 | 30 |
|
|
0 commit comments