Commit 25d3397a authored by Samir Sadyhov's avatar Samir Sadyhov 🤔

NCALayer - обновлено описание

parent 0ebe2c46
...@@ -10,10 +10,17 @@ NCALayer.sign('SIGN','documentID', result => { ...@@ -10,10 +10,17 @@ NCALayer.sign('SIGN','documentID', result => {
}); });
авторизация в синержи по эцп авторизация в синержи по эцп
@return: token
NCALayer.authEDS(result => { NCALayer.authEDS(result => {
console.log(result) console.log(result)
}); });
регистрация в синержи по эцп
@return: {email, iin, name, patronymic, surname}
NCALayer.registerEDS(result => {
console.log(result)
});
*/ */
this.NCALayer = { this.NCALayer = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment