Skip to content

Commit

Permalink
docs: reference correct classes (#1183)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinr-maps authored Dec 17, 2024
1 parent 363069c commit a707e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/arcgis-rest-request/src/utils/IRequestOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/**
Expand Down

0 comments on commit a707e7f

Please sign in to comment.