Attribute |
type |
values |
default |
mandate |
comment |
productCode |
string |
|
|
true |
|
manufacturerCode |
string |
|
|
|
|
manufacturerName |
string |
|
|
|
|
name |
string |
|
|
true |
|
model |
string |
|
|
true |
|
algorithm |
string |
|
|
true |
|
functions |
string |
Logon, |
|
true |
in csv format |
method |
string |
OTP etc. |
|
true |
|
formFactor |
string |
|
|
false |
|
provisioning |
string |
|
|
false |
|
description |
string |
|
|
false |
|
+Examples:+
Method:/product/listMethods
Parameters:
\{
"challengeResponseOnly":true
\}
Response:
\{
"error":0,
"result":
\{
"total":10,
"rows":
\[
\{
"name":" One Time Password",
"code":"OTP"
\},
\{
"name":" OTP on Demand",
"code":"OTPoD"
\},
…
\]
\}
\}
\\
\\ |