azure-activedirectory-identitymodel-extensions-for-dotnet
azure-activedirectory-identitymodel-extensions-for-dotnet copied to clipboard
[Feature Request] Remove default method implementations on TokenHandler
Is your feature request related to a problem? Please describe. It is better for an abstract class to not have default implementations that only throw.
Describe the solution you'd like It is a breaking change, but implementors of TokenHandler should have to implement all abstract methods themselves.