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

authenticatorOf

fun authenticatorOf(counter: Long? = null, credID: String? = null, publicKey: String? = null, type: String? = null, userName: String? = null): Authenticator

A function providing a DSL for building io.vertx.ext.auth.webauthn.Authenticator objects.

Data Object representing an authenticator at rest.

Parameters

counter -

credID -

publicKey -

type -

userName -