4. Send a message
// Request the full message object ready to be signed by user
let objMsg = await this.siwc.async_createMessage(_idWallet, objCreate);
// now send message for user authentication
let objAuth = this.siwc.async_signMessage(_idWallet, objMsg, "authentication");Last updated