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

create

open static fun create(vertx: Vertx): HtdigestAuth

Creates an instance of HtdigestAuth.

Return
the created instance of HtdigestAuths

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

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

Parameters

htfile - the existing htfile.

Return
the created instance of HtdigestAuths