Skip to content

Commit

Permalink
docs: remove non-described parameter JSDoc tags
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Sep 9, 2024
1 parent 763b3d0 commit b1507b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/functions/validateJwtAccessToken.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ function's execution.
| Parameter | Type | Description |
| ------ | ------ | ------ |
| `as` | [`AuthorizationServer`](../interfaces/AuthorizationServer.md) | Authorization Server to accept JWT Access Tokens from. |
| `request` | [`Request`](https://developer.mozilla.org/docs/Web/API/Request) | |
| `request` | [`Request`](https://developer.mozilla.org/docs/Web/API/Request) | - |
| `expectedAudience` | `string` | Audience identifier the resource server expects for itself. |
| `options`? | [`ValidateJWTAccessTokenOptions`](../interfaces/ValidateJWTAccessTokenOptions.md) | |
| `options`? | [`ValidateJWTAccessTokenOptions`](../interfaces/ValidateJWTAccessTokenOptions.md) | - |

## Returns

Expand Down
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4567,9 +4567,7 @@ async function validateDPoP(
* function's execution.
*
* @param as Authorization Server to accept JWT Access Tokens from.
* @param request
* @param expectedAudience Audience identifier the resource server expects for itself.
* @param options
*
* @group JWT Access Tokens
*
Expand Down

0 comments on commit b1507b9

Please sign in to comment.