0.0.4 • Published 2 years ago

arcgis-account-manager v0.0.4

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

arcgis-account-manager NPM version Build Status

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

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago