Uses of Class
io.vertx.ext.auth.webauthn4j.ResidentKey
-
Packages that use ResidentKey Package Description io.vertx.ext.auth.webauthn4j -
-
Uses of ResidentKey in io.vertx.ext.auth.webauthn4j
Methods in io.vertx.ext.auth.webauthn4j that return ResidentKey Modifier and Type Method Description ResidentKey
WebAuthn4JOptions. getResidentKey()
static ResidentKey
ResidentKey. of(String string)
static ResidentKey
ResidentKey. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResidentKey[]
ResidentKey. 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 ResidentKey Modifier and Type Method Description WebAuthn4JOptions
WebAuthn4JOptions. setResidentKey(ResidentKey residentKey)
-