Package | Description |
---|---|
io.vertx.ext.auth.webauthn |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
WebAuthnOptions |
WebAuthnOptions.setAuthenticatorAttachment(AuthenticatorAttachment authenticatorAttachment) |
Copyright © 2021 Eclipse. All rights reserved.