What does SIGNERS mean in Steem API?

in #steemit7 years ago

steem.api.verifyAccountAuthority(nameOrId, signers, function(err, result) { console.log(err, result); });

I didn't find much information about this. The signers parameter is not the API secret. I guess I need to do something with it, but what and how?

thanks.