Challenge refusal
If the user doesn't approve the challenge request, the PKSA will send a refusal message to the HAS. The HAS will then forward the following message to the APP:
{
cmd: "challenge_nack",
uuid: string,
data: string
}
Properties
uuid
: the challenge request identifierdata
: theuuid
encrypted withauth_key
and converted to Base64
Last modified 1yr ago