Uses of Enum
io.vertx.ext.auth.webauthn4j.AuthenticatorAttachment
Packages that use AuthenticatorAttachment
-
Uses of AuthenticatorAttachment in io.vertx.ext.auth.webauthn4j
Subclasses with type arguments of type AuthenticatorAttachment in io.vertx.ext.auth.webauthn4jModifier and TypeClassDescriptionenumAuthenticatorAttachment https://www.w3.org/TR/webauthn/#enumdef-authenticatorattachmentMethods in io.vertx.ext.auth.webauthn4j that return AuthenticatorAttachmentModifier and TypeMethodDescriptionWebAuthn4JOptions.getAuthenticatorAttachment()static AuthenticatorAttachmentstatic AuthenticatorAttachmentReturns 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 AuthenticatorAttachmentModifier and TypeMethodDescriptionWebAuthn4JOptions.setAuthenticatorAttachment(AuthenticatorAttachment authenticatorAttachment)