vertx / io.vertx.kotlin.ext.auth.webauthn / webAuthnOptionsOf

webAuthnOptionsOf

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

Parameters

attestation -

authenticatorAttachment -

challengeLength -

extensions -

pubKeyCredParams -

relyingParty -

requireResidentKey -

rootCertificates -

rootCrls -

timeout -

transports -

userVerification -