azure-activedirectory-identitymodel-extensions-for-dotnet icon indicating copy to clipboard operation
azure-activedirectory-identitymodel-extensions-for-dotnet copied to clipboard

[Feature Request] Remove default method implementations on TokenHandler

Open keegan-caruso opened this issue 8 months ago • 0 comments

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.

keegan-caruso avatar Jun 13 '24 02:06 keegan-caruso