@webex/plugin-authorization
Loads @webex/plugin-authorization-browser or @webex/plugin-authorization-node as appropriate.
Install
npm install --save @webex/plugin-authorization
Usage
This is a plugin for the Cisco Webex JS SDK . Please see our developer portal and the API docs for full details.
Install
npm install --save @webex/plugin-authorization
Usage
const ciscospark = require('ciscospark');
const spark = ciscospark.init()
spark.authorization.get(id)
.then((authorization) => {
console.log(authorization);
})
Maintainers
This package is maintained by Cisco Webex for Developers.
Contribute
Pull requests welcome. Please see CONTRIBUTING.md for more details.
License
© 2016-2019 Cisco and/or its affiliates. All Rights Reserved.