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

getUserPermissionsAwait

suspend fun AuthStore.getUserPermissionsAwait(id: String): List<String>

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

Parameters

id - the unique user identifier.

Return

List

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