vertx / io.vertx.kotlin.ext.auth / io.vertx.ext.auth.AuthStore / getUserCredentialsByIdAwait

getUserCredentialsByIdAwait

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

Suspending version of method io.vertx.ext.auth.AuthStore.getUserCredentialsById

Parameters

rawId - user unique rawId.

Return

List

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