Skip to content

Commit 6848cac

Browse files
committed
add header to token introspection docs
1 parent 6490dc9 commit 6848cac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/token-introspection.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ sidebar_position: 5
33
description: Token introspection
44
---
55

6+
# Token introspection
7+
68
Token introspection interface provides one method, that helps you ask the OAuth2 provider details about the token. The response is described in [rfc7662 section 2.2](https://datatracker.ietf.org/doc/html/rfc7662#section-2.2). The only guaranteed field is `active` that determines if the token is still valid.
79

810
```scala

0 commit comments

Comments
 (0)