pilcrowonpaper / oslo

A collection of auth-related utilities
https://oslo.js.org
MIT License
1.06k stars 35 forks source link

Export OAuth2 token response interfaces #45

Closed marcomuser closed 8 months ago

marcomuser commented 8 months ago

The examples in the documentation show that one can extend the TokenResponseBody interface, e.g. to add an id_token for OpenId Connect. However, that interface is not exported from the library. This PR is a tiny fix to export both interfaces which cover the token response types.

pilcrowonpaper commented 8 months ago

Thanks!