vertx / io.vertx.kotlin.ext.auth.webauthn / io.vertx.ext.auth.webauthn.CredentialStore / updateUserCredentialAwait

updateUserCredentialAwait

suspend fun CredentialStore.updateUserCredentialAwait(id: String, data: JsonObject, upsert: Boolean): Unit

Suspending version of method io.vertx.ext.auth.webauthn.CredentialStore.updateUserCredential

Parameters

id - the unique user identifier.

data - the data to update.

upsert -

insert if not present.

NOTE: This function has been automatically generated from io.vertx.ext.auth.webauthn.CredentialStore using Vert.x codegen.