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

getUserCredentialsByIdAwait

suspend fun CredentialStore.getUserCredentialsByIdAwait(rawId: String): List<JsonObject>

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

Parameters

rawId - user unique rawId.

Return

List

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