/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
protocol/json/keybase1/notify_email.json
44 строки
777 B
Daniel Ayoub
New Signup - integrate new designs for signup with username+email+devicename (#17881)
12 июн 2019, 19:19
Не верифицирован
12 июн 2019, 19:19
470b7a8
Код
Авторство
О чём код?
{ "protocol": "NotifyEmailAddress", "imports": [ { "path": "common.avdl", "type": "idl" } ], "types": [], "messages": { "emailAddressVerified": { "request": [ { "name": "emailAddress", "type": "EmailAddress" } ], "response": null, "oneway": true }, "emailsChanged": { "request": [ { "name": "list", "type": { "type": "array", "items": "Email" } }, { "name": "category", "type": "string" }, { "name": "email", "type": "EmailAddress" } ], "response": null, "oneway": true } }, "namespace": "keybase.1" }