HiveAuth
Search
⌃K
HiveAuth
Search
⌃K
Introduction
Support
Developer documentation
Protocol description
HAS for Applications
HAS for Wallets (PKSA)
Connection
Authentication
Transactions
Challenge
Challenge request
Feedback to user
Challenge approval
Challenge refusal
Errors
Tutorials
App code example
PKSA code example
Resources
Applications
Materials
Powered By
GitBook
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
}
Properties
uuid
: the challenge request identifier
data
: the
uuid
encrypted with
auth_key
and converted to Base64
Previous
Challenge approval
Next
Errors
Last modified
1yr ago