Skip to content

Commit 1520bda

Browse files
committed
Fix C++ SDK readme to point to unifiedid.com instead
1 parent 58311be commit 1520bda

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,11 @@ docker run -it --rm -v "$PWD:$PWD" -u $(id -u ${USER}):$(id -g ${USER}) -w "$PWD
7474

7575
## Usage
7676

77-
To create a UID2 client instance, use `UID2ClientFactory::Create`. For an EUID client instance, use `EUIDClientFactory::Create`.
77+
For documentation on usage, see the [UID2 SDK for C++ Reference Guide](https://unifiedid.com/docs/sdks/uid2-sdk-ref-cplusplus).
7878

79-
- `client->Refresh()` to fetch the latest keys
80-
- `client->Decrypt()` to decrypt a UID2 or EUID token
81-
- `client->Encrypt()` to encrypt a raw UID2 or EUID into a token
79+
## Example Usage
8280

83-
For an example, see [app/example.cpp](app/example.cpp). To run the example application:
81+
See [app/example.cpp](app/example.cpp). To run the example application:
8482

8583
```
8684
# ./build/app/example <base-url> <api-key> <secret-key> <advertising-token>

0 commit comments

Comments
 (0)