OAuth2Token interface for AbstractOAuth2Token #5502
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
type: enhancement
A general enhancement
Milestone
This still needs to be thought through a bit, but contracts like these:
would be a bit more flexible if the bounding type were an interface instead of an abstract class, for example:
Or, perhaps something more generic:
These would imply the creation of an interface for
AbstractOAuth2Token
to extend, something like:Logging this ticket so that we can start the discussion.
The text was updated successfully, but these errors were encountered: