Skip to content

Commit 27daa5c

Browse files
author
Heathpackard
authored
Update resolve-tokens.mdx
1 parent fe067e8 commit 27daa5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/guides/(data-access)/how-to-guides/read-user-data/resolve-tokens.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ UserClouds allows you to tokenize sensitive data on its way out of the store. Th
1313

1414
There are two ways to generate tokens in UserClouds:
1515

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.
1818

1919
In the latter case, you may choose to use a TokenizeByValue transformer, or a TokenizeByReference transformer.
2020

0 commit comments

Comments
 (0)