Explanation of the different authentication types and how they work
app-secret
app-id
Header | Description |
---|---|
app-id | Your application’s unique identifier provided by Handcash. |
app-secret | Your application’s secret key provided by Handcash. |
oauth-publickey | The public key of the wallet or user making the request. |
oauth-timestamp | Current timestamp to prevent replay attacks. |
oauth-nonce | Unique random string per request to prevent replay attacks. |
oauth-signature | ECDSA signature of the request, generated using your private key. |
oauth-signature
:
oauth-signature
header.oauth-signature
in JavaScript: