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

 


/product/create

/product/get

/product/set

/product/delete

/product/listMethods

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"
},

]
}
}

  • No labels