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