Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Commit 12560e2

Browse files
committed
docs(sdk/flutter): fixed key creation rules
1 parent 2d8b5ba commit 12560e2

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

content/docs/sdk/flutter/key_basics.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ draft: false # TODO CHANGE THIS TO FALSE WHEN YOU ARE READY TO PUBLISH THE PAGE
99
order: 5 # Ordering of the steps
1010
---
1111

12-
1312
### Overview
1413

1514
To store data, atPlatform utilizes a straightforward key-value method. A key serves as a unique identifier in key-value pairs.
@@ -68,21 +67,21 @@ A key in atProtocol has the structure described below.
6867
7. sharedWith and sharedBy/owner should be same for a self key (Private, Hidden (\_), Just self)
6968
8. Reserved keys in protocol, private keys and hidden keys cannot be notified
7069
Ex: notify:\_secret@jagan:sitaram
71-
9.Protocol prevents creation of a key with a owner/sharedBy using an atSign that’s not owned by the current user.
72-
9. Key cannot be a reserved key.
73-
74-
List of reserved keys:
75-
76-
- privatekey:at_pkam_privatekey
77-
- privatekey:at_pkam_publickey
78-
- public:publickey
79-
- privatekey:privatekey
80-
- shared_key
81-
- privatekey:self_encryption_key
82-
- signing_privatekey
83-
- public:signing_publickey
84-
- privatekey:at_secret
85-
- privatekey:at_secret_deleted
70+
9. Protocol prevents creation of a key with a owner/sharedBy using an atSign that’s not owned by the current user.
71+
10. Key cannot be a reserved key.
72+
73+
List of reserved keys:
74+
75+
- privatekey:at_pkam_privatekey
76+
- privatekey:at_pkam_publickey
77+
- public:publickey
78+
- privatekey:privatekey
79+
- shared_key
80+
- privatekey:self_encryption_key
81+
- signing_privatekey
82+
- public:signing_publickey
83+
- privatekey:at_secret
84+
- privatekey:at_secret_deleted
8685

8786
**atPlatform CRUD operations**
8887

0 commit comments

Comments
 (0)