Authentication refusal
If the user rejects the authentication request, the PKSA can inform the HAS with the following message:
auth_nack
{
cmd: "auth_nack",
uuid: string,
data: string,
pok: string
}
uuid
: the request identifierdata
: theuuid
encrypted withauth_key
and converted to Base64pok
: theuuid
encrypted using the account private key and the HAS server public key (see Proof of Key)
Last updated