Comment on page
Errors
If for any reason the PKSA fails to process the challenge request, it can inform the HAS with the following message
{
cmd: "challenge_err",
uuid: string,
error: string,
pok: string
}
Properties
uuid
: the transaction request identifiererror
: an error message encrypted with theauth_key
pok
: theuuid
encrypted using the account private key and the HAS server public key (see Proof of Key)
Last modified 5mo ago