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