Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Anchor
_Toc341972454
_Toc341972454
Attributes

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,
C&R,
Sign

 

true

in csv format

method

string

OTP etc.

 

true

 

formFactor

string

 

 

false

 

provisioning

string

 

 

false

 

description

string

 

 

false

 


Anchor
_Toc341972455
_Toc341972455
/product/create

Anchor
_Toc341972456
_Toc341972456
/product/get

Anchor
_Toc341972457
_Toc341972457
/product/set

Anchor
_Toc341972458
_Toc341972458
/product/delete

Anchor
_Toc341972459
_Toc341972459
/product/listMethods

Wiki Markup
+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"
\},
…
\]
\}
\}
\\
\\