Skip to content

Commit e0f38c8

Browse files
committed
also reinstate uid2_euid_diff comments to java docs
1 parent 62f099c commit e0f38c8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/sdks/sdk-ref-java.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ If you're using the SDK's HTTP implementation, follow these steps.
150150
TokenGenerateResponse tokenGenerateResponse = publisherUid2Client.generateTokenResponse(TokenGenerateInput.fromEmail("user@example.com"));
151151
```
152152

153+
<!-- uid2_euid_diff: admonition re legal basis (in EUID not in UID2)-->
154+
153155
#### Basic Usage, Client-Server Integration
154156

155157
If you're using client-server integration (see [Client-Server Integration Guide for JavaScript](../guides/integration-javascript-client-server.md)), follow this step:
@@ -225,6 +227,8 @@ If you're using server-side integration (see [Publisher Integration Guide, Serve
225227
`.putHeader("X-UID2-Client-Version", PublisherUid2Helper.getVersionHttpHeader())`
226228
2. Body: `envelope.getEnvelope()`
227229
230+
<!-- uid2_euid_diff: admonition re legal basis (in EUID not in UID2)-->
231+
228232
4. If the HTTP response status code is _not_ 200, see [Response Status Codes](../endpoints/post-token-generate.md#response-status-codes) to determine next steps. Otherwise, convert the UID2 identity response content into a `TokenGenerateResponse` object:
229233
230234
```java

0 commit comments

Comments
 (0)