Skip to content

Commit

Permalink
Merge pull request #22 from IABTechLab/ccm-UID2-2921-fix-readme-to-po…
Browse files Browse the repository at this point in the history
…int-to-unifiedid.com

UID2-2921 Fix C++ SDK readme to point to unifiedid.com instead
  • Loading branch information
caroline-ttd authored Mar 8, 2024
2 parents 58311be + 1520bda commit 1f8b59d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,11 @@ docker run -it --rm -v "$PWD:$PWD" -u $(id -u ${USER}):$(id -g ${USER}) -w "$PWD

## Usage

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

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

For an example, see [app/example.cpp](app/example.cpp). To run the example application:
See [app/example.cpp](app/example.cpp). To run the example application:

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

0 comments on commit 1f8b59d

Please sign in to comment.