panva / openid-client

OAuth 2 / OpenID Connect Client API for JavaScript Runtimes
MIT License
1.83k stars 392 forks source link

Fix #397 - Add remaining properties from RFC7662 to IntrospectionResponse typedef #398

Closed barryhagan closed 3 years ago

barryhagan commented 3 years ago

Adding sub and nbf to IntrospectionResponse type to match RFC7662 top-level members.

scope really should be optional here, but that would be a breaking change so leaving as-is.