Skip to main content

List User Credentials

string
required
The recipe user ID to list credentials for
string
“OK”
array
Array of credential objects for this user
string
Unique identifier for the credential
string
Base64-encoded public key
number
Signature counter value (for replay detection)
array
Supported transport methods (e.g., “usb”, “nfc”, “ble”, “internal”)
number
Timestamp when credential was created (milliseconds since epoch)

Get Specific Credential

string
required
The recipe user ID
string
required
The credential ID to retrieve
string
“OK” or “CREDENTIAL_NOT_FOUND_ERROR”
string
Unique identifier for the credential
string
Base64-encoded public key
number
Signature counter value
array
Supported transport methods
number
Timestamp when credential was created

Remove Credential

string
required
The recipe user ID
string
required
The credential ID to remove
string
“OK” or “CREDENTIAL_NOT_FOUND_ERROR”