Sign Message SDK
signMessage allows you to generate a signature on a message.
To sign a message a user / an account would need to have to have been registered through Register using SDK flow.
Direct Authentication
Since you will be directly authenticating with DOA here, you don't need to go through authentication step. Here is a code sample:
signMessage Parameters
signMessage Response
A successful response will return the following, a signature of the signed message by the authenticated account.
Last updated