Skip to content

Commit 6d61b6f

Browse files
committed
docs: Fix TypeDoc link resolution for crossAppAccess utilities
1 parent df2e2d1 commit 6d61b6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/client/src/client/authExtensions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,8 +457,8 @@ export interface CrossAppAccessProviderOptions {
457457
* and requested scope, and should return a JWT Authorization Grant obtained from
458458
* the enterprise IdP via RFC 8693 token exchange.
459459
*
460-
* You can use the {@linkcode discoverAndRequestJwtAuthGrant} utility from
461-
* `crossAppAccess.ts` for standard flows, or implement custom logic.
460+
* You can use the utility functions from the `crossAppAccess` module
461+
* for standard flows, or implement custom logic.
462462
*
463463
* @example
464464
* ```ts

0 commit comments

Comments
 (0)