Skip to content

Commit d742709

Browse files
committed
docs: update JWT Introspection Response references to RFC 9701
1 parent 8f542b7 commit d742709

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/functions/tokenIntrospection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ must be configured.
3232
## See
3333

3434
- [RFC 7662 - OAuth 2.0 Token Introspection](https://www.rfc-editor.org/rfc/rfc7662.html#section-2)
35-
- [draft-ietf-oauth-jwt-introspection-response-12 - JWT Response for OAuth Token Introspection](https://www.ietf.org/archive/id/draft-ietf-oauth-jwt-introspection-response-12.html#section-4)
35+
- [RFC 9701 - JWT Response for OAuth Token Introspection](https://www.rfc-editor.org/rfc/rfc9701.html#section-4)

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3551,7 +3551,7 @@ function retryable(err: unknown, options: DPoPOptions | undefined) {
35513551
* @group Token Management
35523552
*
35533553
* @see [RFC 7662 - OAuth 2.0 Token Introspection](https://www.rfc-editor.org/rfc/rfc7662.html#section-2)
3554-
* @see [draft-ietf-oauth-jwt-introspection-response-12 - JWT Response for OAuth Token Introspection](https://www.ietf.org/archive/id/draft-ietf-oauth-jwt-introspection-response-12.html#section-4)
3554+
* @see [RFC 9701 - JWT Response for OAuth Token Introspection](https://www.rfc-editor.org/rfc/rfc9701.html#section-4)
35553555
*/
35563556
export async function tokenIntrospection(
35573557
config: Configuration,

0 commit comments

Comments
 (0)