[Feature Request] JsonWebToken should expose more information about headers #3164
Labels
Enhancement
The issue is a new feature
Internal
Indicates issue was opened by the IdentityModel team
Public API enhancements
Is your feature request related to a problem? Please describe.
I need a public API to access the JWT header keys, values, and claim value types.
Currently this is only accessible through the JsonWebToken's JsonClaimSet, which is an internal class. JsonClaimSet doesn't needs to be made public.
This would improve the usability of the JsonWebToken class
Describe alternatives you've considered
Reparsing the token is unacceptably high-performance cost.
The text was updated successfully, but these errors were encountered: