vertx / io.vertx.reactivex.ext.auth.htdigest / HtdigestAuth / create

create

open static fun create(vertx: Vertx): HtdigestAuth

Creates an instance of HtdigestAuth.

Parameters

vertx -

Return
the created instance of io.vertx.reactivex.ext.auth.htdigest.HtdigestAuths

open static fun create(vertx: Vertx, htfile: String): HtdigestAuth

Creates an instance of HtdigestAuth by using the given htfile file.

Parameters

vertx -

htfile - the existing htfile.

Return
the created instance of io.vertx.reactivex.ext.auth.htdigest.HtdigestAuths