arcgis-account-manager

0.0.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i arcgis-account-manager

Weekly Downloads

1

Version

0.0.4

License

none

Unpacked Size

47.4 kB

Total Files

23

Last publish

Collaborators

  • blammey
  • jstupfel