I have a basic implementation in Quarkus/mutiny (reactive) and are able to consume a REST API using artifact smallrye-mutiny-vertx-web-client. As I use mutiny the Vertx is imported from io.vertx.mutiny.core.Vertx. I found no compliant Vertx mutiny OAuth2 library. The artifact vertx-auth-oauth2 (described here) seems to support only bare Vert.x.
Is there OAuth2 support for Vertx mutiny?