Uses of Class
io.vertx.ext.auth.webauthn4j.UserVerification
-
Packages that use UserVerification Package Description io.vertx.ext.auth.webauthn4j -
-
Uses of UserVerification in io.vertx.ext.auth.webauthn4j
Methods in io.vertx.ext.auth.webauthn4j that return UserVerification Modifier and Type Method Description UserVerification
WebAuthn4JOptions. getUserVerification()
static UserVerification
UserVerification. of(String string)
static UserVerification
UserVerification. valueOf(String name)
Returns the enum constant of this type with the specified name.static UserVerification[]
UserVerification. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.ext.auth.webauthn4j with parameters of type UserVerification Modifier and Type Method Description WebAuthn4JOptions
WebAuthn4JOptions. setUserVerification(UserVerification userVerification)
-