Uses of Enum
io.vertx.ext.auth.webauthn4j.ResidentKey
Packages that use ResidentKey
-
Uses of ResidentKey in io.vertx.ext.auth.webauthn4j
Subclasses with type arguments of type ResidentKey in io.vertx.ext.auth.webauthn4jModifier and TypeClassDescriptionenumResidentKey https://www.w3.org/TR/webauthn-2/#dictdef-authenticatorselectioncriteria This enum is used to specify the desired behaviour for resident keys with the authenticator.Methods in io.vertx.ext.auth.webauthn4j that return ResidentKeyModifier and TypeMethodDescriptionWebAuthn4JOptions.getResidentKey()static ResidentKeystatic ResidentKeyReturns 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