You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/guides/(data-access)/how-to-guides/read-user-data/resolve-tokens.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ UserClouds allows you to tokenize sensitive data on its way out of the store. Th
13
13
14
14
There are two ways to generate tokens in UserClouds:
15
15
16
-
- Pass raw data, a <Glossary>data transformer</Glossary> and an <Glossary>access policy</Glossary> to the [CreateToken API](/docs/guides/how-to-guides/creating-tokens)
17
-
- Execute an accessor that uses a tokenizing transformer on outbound data
16
+
- Pass raw data, a <Glossary>data transformer</Glossary> and an <Glossary>access policy</Glossary> to the [CreateToken API](/docs/guides/how-to-guides/creating-tokens).
17
+
- Execute an accessor that uses a tokenizing transformer on outbound data.
18
18
19
19
In the latter case, you may choose to use a TokenizeByValue transformer, or a TokenizeByReference transformer.
0 commit comments