Uses of Class
io.vertx.ext.auth.webauthn.UserVerification
-
Packages that use UserVerification Package Description io.vertx.ext.auth.webauthn -
-
Uses of UserVerification in io.vertx.ext.auth.webauthn
Methods in io.vertx.ext.auth.webauthn that return UserVerification Modifier and Type Method Description UserVerification
WebAuthnOptions. 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.webauthn with parameters of type UserVerification Modifier and Type Method Description WebAuthnOptions
WebAuthnOptions. setUserVerification(UserVerification userVerification)
-