User identification payloads
When building your own backend integration, you can request a user to sign a Sign Request with a "SignIn" transaction type. This is a pseudo transaction type allowing a user to confirm their r-address
{
"txjson": {
"TransactionType": "SignIn"
}
}Response
Verify the signature
Last updated
Was this helpful?