ApiKey
import { ApiKey } from '@esri/arcgis-rest-auth';
const apiKey = new ApiKey("...");
Used to authenticate with API Keys.
Implements
Constructors
Constructor Parameters
Parameter | Type | Default | Notes |
---|---|---|---|
options Required | IApiKeyOptions |
Properties
Methods
Class defined in packages/arcgis-rest-auth/src/ApiKey.ts:22
Gets a token (the API Key).