Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
io.vertx.ext.auth.authentication.Credentials should be a data object …
…interface. Motivation: io.vertx.ext.auth.authentication.Credentials is a code generated object, however its implementations are data objects. Generated code declaring Credentials as argument or return type does not accept Credentials implementation since the type is translated to the shim equivalent. Changes: Make Credentials a data object.
- Loading branch information