Skip to content

Commit

Permalink
Better specificity edits around conditionContext
Browse files Browse the repository at this point in the history
Co-authored-by: Arjun Hassard <[email protected]>
  • Loading branch information
mzkrasner and arjunhassard authored Oct 21, 2024
1 parent 54500ac commit 2b0ffe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/composedb/examples/taco-access-control.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ b. Domain
c. EncryptedMessage
d. ConditionContext

The conditionContext is a way for developers to programmatically provide required data consumer authentication methods mapped to specific access conditions – all at decryption time.
`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.

```TypeScript
import {conditions, decrypt, Domain, encrypt, ThresholdMessageKit} from '@nucypher/taco';
Expand Down

0 comments on commit 2b0ffe6

Please sign in to comment.