hmsaccount
v1.0.2
Published
HMS Account Kit Node API
Downloads
4
Maintainers
Readme
Huawei Mobile Service Account Kit
HMS Account kit provides your huawei account information.
To install : npm i hmsaccount
Example :
var hmsAccount = require('./hmsAccount.js');
setUp = async (idToken) => { try { let result= await hmsAccount.getAccountInfo(idToken); console.log(result); } catch(e) { console.log(e.message); } }
setUp("your_token_key_here");