Challenge refusal
If the user rejects the challenge request, the PKSA can inform the HAS with the following message:
challenge_nack
{
cmd: "challenge_nack",
uuid: string,
data: string,
pok: string
}uuid: the challenge request identifierdata: theuuidencrypted withauth_keyand converted to Base64pok: theuuidencrypted using the account private key and the HAS server public key (see Proof of Key)
Last updated