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