Commit 85d6798
fix: introspectToken() uses app token in AuthMode.APP
introspectToken() defaulted to the user access token (getAccessToken()), which
requires a token store and threw 'TokenStore is required' in app-only setups.
It now selects the token based on the configured AuthMode: app token for
AuthMode.APP, user token otherwise.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 274eab4 commit 85d6798
1 file changed
Lines changed: 6 additions & 1 deletion
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| 232 | + | |
| 233 | + | |
232 | 234 | | |
233 | 235 | | |
234 | | - | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
235 | 240 | | |
236 | 241 | | |
237 | 242 | | |
| |||
0 commit comments