Attributes
Attribute |
type |
values |
default |
mandate |
comment |
name |
string |
|
|
true |
|
description |
string |
|
|
false |
|
functions |
string |
Logon, |
|
true |
in csv format |
method |
string |
OTP etc. |
|
true |
|
/algorithm/search
Examples:
Method:/algorithm/search
Parameters:
{
"match":
[
],
"return":["*"],
}
Response:
{
"error":0,
"result":
[
{
"name","OATH/HOTP",
"functions":"Logon,C&R,Sign",
"method":"OTP"
},
{
...
}
]
}