Skip to content

Commit

Permalink
docs(arcgis-rest-request): fix link (#1151)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinr-maps authored Jun 15, 2024
1 parent c3a70f1 commit 308109b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/arcgis-rest-request/src/ArcGISIdentityManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export interface IArcGISIdentityManagerOptions {
*
* **It is not recommended to construct `ArcGISIdentityManager` directly**. Instead there are several static methods used for specific workflows. The 2 primary workflows relate to oAuth 2.0:
*
* * {@linkcode ArcGISIdentityManager.beginOAuth2} and {@linkcode ArcGISIdentityManager.completeOAuth2()} for oAuth 2.0 in browser-only environment.
* * {@linkcode ArcGISIdentityManager.beginOAuth2} and {@linkcode ArcGISIdentityManager.completeOAuth2} for oAuth 2.0 in browser-only environment.
* * {@linkcode ArcGISIdentityManager.authorize} and {@linkcode ArcGISIdentityManager.exchangeAuthorizationCode} for oAuth 2.0 for server-enabled application.
*
* Other more specialized helpers for less common workflows also exist:
Expand Down

0 comments on commit 308109b

Please sign in to comment.