Skip to content

IApplicationCredentialsManagerOptions

Interface

Properties

PropertyTypeNotes
clientIdstring

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.

clientSecretstring

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.

durationnumber

Duration of requested tokens in minutes. defaults to 7200 (5 days).

expiresDate

Expiration date for the token

portalstring

URL of ArcGIS REST base, defaults to "https://www.arcgis.com/sharing/rest"

tokenstring

OAuth 2.0 access token from a previous application session.

clientId

Interface Property
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

Interface Property
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

optional
Interface Property
duration: number

Duration of requested tokens in minutes. defaults to 7200 (5 days).

expires

optional
Interface Property
expires: Date

Expiration date for the token

portal

optional
Interface Property
portal: string

URL of ArcGIS REST base, defaults to "https://www.arcgis.com/sharing/rest"

token

optional
Interface Property
token: string

OAuth 2.0 access token from a previous application session.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.