We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The implemented interface (implements [types.ProduceJWT]) is not linked, there's no click through to the interface that a class implements.
implements [types.ProduceJWT]
Furthermore, none of the methods from said implemented interface have their documentation used
See e.g. https://jsr.io/@panva/jose/doc/jwt/sign/~/SignJWT#method_setaudience_0 which lacks documentation from the interface12 despite typescript obviously picking up on those and using them in intellisense.
https://jsr.io/@panva/jose/doc/~/ProduceJWT.setAudience ↩
https://jsr.io/@panva/jose/doc/~/ProduceJWT#methods_setaudience_2 ↩
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The implemented interface (
implements [types.ProduceJWT]
) is not linked, there's no click through to the interface that a class implements.Details
Furthermore, none of the methods from said implemented interface have their documentation used
See e.g. https://jsr.io/@panva/jose/doc/jwt/sign/~/SignJWT#method_setaudience_0 which lacks documentation from the interface12 despite typescript obviously picking up on those and using them in intellisense.
Footnotes
https://jsr.io/@panva/jose/doc/~/ProduceJWT.setAudience ↩
https://jsr.io/@panva/jose/doc/~/ProduceJWT#methods_setaudience_2 ↩
The text was updated successfully, but these errors were encountered: