HiveAuth
Search…
HiveAuth
Introduction
Support
Developer documentation
Protocol description
HAS for Applications
HAS for Wallets (PKSA)
Connection
Authentication
Authentication payload
Server encryption key Retrieval
Account registration
Authentications request
Feedback to user
Authentication approval
Authentication refusal
Errors
Transactions
Challenge
Tutorials
App code example
PKSA code example
Resources
Applications
Materials
Powered By
GitBook
Authentication refusal
If the user rejects the authentication request, the
PKSA
can inform the
HAS
with the following message:
auth_nack
1
{
2
cmd: "auth_nack",
3
uuid: string,
4
data: string
5
}
Copied!
Properties
uuid
: the request identifier
data
: the
uuid
encrypted with
auth_key
and converted to Base64
Previous
Authentication approval
Next
Errors
Last modified
5mo ago
Copy link
Contents
auth_nack