File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments