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