Skip to content

Commit b3d31ff

Browse files
committed
docs: Fix TypeDoc link resolution for crossAppAccess utilities
1 parent c3994e5 commit b3d31ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)