OAuth2AuthorizationExchange
is not serializable
#14402
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
type: bug
A general bug
Milestone
The
OAuth2AuthorizationExchange
class should be serializable since it is used as a field ofOAuth2AuthorizationCodeAuthenticationToken
, which in turn implementsSerializable
, requiring all its fields to be serializable too.The text was updated successfully, but these errors were encountered: