From a707e7f8171c47e9758a579e6a83fd544c80606e Mon Sep 17 00:00:00 2001 From: Gavin Rehkemper Date: Tue, 17 Dec 2024 12:35:06 -0600 Subject: [PATCH] docs: reference correct classes (#1183) --- packages/arcgis-rest-request/src/utils/IRequestOptions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/arcgis-rest-request/src/utils/IRequestOptions.ts b/packages/arcgis-rest-request/src/utils/IRequestOptions.ts index 7072b8d98..573887e17 100644 --- a/packages/arcgis-rest-request/src/utils/IRequestOptions.ts +++ b/packages/arcgis-rest-request/src/utils/IRequestOptions.ts @@ -19,7 +19,7 @@ export interface IRequestOptions { */ rawResponse?: boolean; /** - * The instance of {@linkcode ApiKey}, {@linkcode ArcGISIdentityManager} or {@linkcode ApplicationSession} to use to authenticate this request. A token may also be passed directly as a string however using the built in authentication managers is encouraged. + * The instance of {@linkcode ArcGISIdentityManager}, {@linkcode ApplicationCredentialsManager} or {@linkcode APIKeyManager} to use to authenticate this request. A token may also be passed directly as a string however using the built in authentication managers is encouraged. */ authentication?: IAuthenticationManager | string; /**