Change interface with constants to final class #10960
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
type: breaks-passivity
A change that breaks passivity with the previous release
Milestone
We should change
interface
that define constants only topublic final class
(same asJoseHeaderNames
).This change should be applied to the following:
JwtClaimNames
IdTokenClaimNames
StandardClaimNames
OAuth2ParameterNames
PkceParameterNames
OAuth2TokenIntrospectionClaimNames
OidcParameterNames
Saml2ParameterNames
The text was updated successfully, but these errors were encountered: