We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df2e2d1 commit 6d61b6fCopy full SHA for 6d61b6f
packages/client/src/client/authExtensions.ts
@@ -457,8 +457,8 @@ export interface CrossAppAccessProviderOptions {
457
* and requested scope, and should return a JWT Authorization Grant obtained from
458
* the enterprise IdP via RFC 8693 token exchange.
459
*
460
- * You can use the {@linkcode discoverAndRequestJwtAuthGrant} utility from
461
- * `crossAppAccess.ts` for standard flows, or implement custom logic.
+ * You can use the utility functions from the `crossAppAccess` module
+ * for standard flows, or implement custom logic.
462
463
* @example
464
* ```ts
0 commit comments