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