Confirmed users
471
edits
(sketch out jetpack modules) |
(add images for polling/login) |
||
| Line 157: | Line 157: | ||
Write(token, new-ciphertext). If the token does not match any known row, an | Write(token, new-ciphertext). If the token does not match any known row, an | ||
"UnknownToken" error is returned. | "UnknownToken" error is returned. | ||
[[File:PICL-08-proto-polling.png|Storage Server Protocol: Polling]] | |||
Account creation and post-revocation update is managed with a second API: | Account creation and post-revocation update is managed with a second API: | ||
| Line 166: | Line 168: | ||
server creates a new row (with email from the assertion and new-token) and | server creates a new row (with email from the assertion and new-token) and | ||
returns "SlotCreated". | returns "SlotCreated". | ||
[[File:PICL-09-proto-login.png|Storage Server Protocol: Login]] | |||
The third API is DeleteData(assertion), which validates the assertion and | The third API is DeleteData(assertion), which validates the assertion and | ||