Authentications request
auth_req
{
cmd: "auth_req",
account: string,
data: string,
uuid: string,
expire: number
}auth_req_data
{
app: {
name: string
description: string = undefined
icon: string = undefined
},
challenge : object = undefined
token: string = undefined // DEPRECATED - protocol < 1 only
}Last updated