arcgis-account-manager
v0.0.4
Published
> A helper module to handle authentication with arcgis online and enterprise and maintain multiple accounts
Downloads
3
Readme
arcgis-account-manager
A helper module to handle authentication with arcgis online and enterprise and maintain multiple accounts
Installation
$ npm install --save arcgis-account-manager
Usage
import {arcgisAccountManager} from './utilities/account-manager'
...
const options = {
clientId: '',
redirectUri: '',
popup: false,
}
const manager = arcgisAccountManager({options})
const {store, addAccount, removeAccount} = manager;
...
License
Apache-2.0 © brandonlammey