Interface
Properties
| Property | Type | Notes |
|---|---|---|
clientId | string | Client ID of your application. Can be obtained by registering an application on ArcGIS for Developers, ArcGIS Online or on your instance of ArcGIS Enterprise. |
clientSecret | string | A Client Secret is also obtained by registering an application on ArcGIS for Developers, ArcGIS Online or on your instance of ArcGIS Enterprise. Treat it like a password. |
duration | number | Duration of requested tokens in minutes. defaults to 7200 (5 days). |
expires | Date | Expiration date for the |
portal | string | URL of ArcGIS REST base, defaults to "https://www.arcgis.com/sharing/rest" |
token | string | OAuth 2.0 access token from a previous application session. |