Skip to content

Commit 617752a

Browse files
Slight formatting modifications for method arguments
Co-authored-by: Arjun Hassard <arjunhassard@gmail.com>
1 parent d65dda4 commit 617752a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/composedb/examples/taco-access-control.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ const encryptedMessageHex = toHexString(messageKit.toBytes());
8282

8383
Data consumers interact with the TACo API via the `decrypt` function. They include the following arguments:
8484

85-
a. Provider
86-
b. Domain
87-
c. EncryptedMessage
88-
d. ConditionContext
85+
a. `provider`
86+
b. `domain`
87+
c. `encryptedMessage`
88+
d. `conditionContext`
8989

9090
`conditionContext` is a way for developers to programmatically map methods for authenticating a data consumer to specific access conditions – all executable at decryption time. For example, if the condition involves proving ownership of a social account, authenticate via OAuth.
9191

0 commit comments

Comments
 (0)