Class SqlAuthentication

java.lang.Object
io.vertx.mutiny.ext.auth.authentication.AuthenticationProvider
io.vertx.mutiny.ext.auth.sqlclient.SqlAuthentication
All Implemented Interfaces:
MutinyDelegate

public class SqlAuthentication extends AuthenticationProvider implements MutinyDelegate
Factory interface for creating AuthenticationProvider instances that use the Vert.x SQL client.

NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.