3. Create a message
// Basic message required input params
let objParam= {
message: "A message for authenticating the user",
version: "1.0",
valid_for: 300,
}
// Request the full message object ready to be signed by user
let objMsg = await this.siww.async_createMessage(_idWallet, objParam);Last updated