fun webAuthnOptionsOf(attestation: Attestation? = null, authenticatorAttachment: AuthenticatorAttachment? = null, challengeLength: Int? = null, extensions: JsonObject? = null, pubKeyCredParams: Iterable<PublicKeyCredential>? = null, relyingParty: RelyingParty? = null, requireResidentKey: Boolean? = null, rootCertificates: Map<String, String>? = null, rootCrls: Iterable<String>? = null, timeout: Long? = null, transports: Iterable<AuthenticatorTransport>? = null, userVerification: UserVerification? = null): WebAuthnOptions
A function providing a DSL for building io.vertx.ext.auth.webauthn.WebAuthnOptions objects.
Configuration for the webauthn object