hmsaccount

1.0.2 • Public • Published

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");

Package Sidebar

Install

npm i hmsaccount

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

1.2 kB

Total Files

3

Last publish

Collaborators

  • drojokef