vertx / io.vertx.kotlin.ext.auth.oauth2 / io.vertx.ext.auth.oauth2.OAuth2RBAC / isAuthorizedAwait

isAuthorizedAwait

suspend fun OAuth2RBAC.isAuthorizedAwait(user: AccessToken, authority: String): Boolean

Suspending version of method io.vertx.ext.auth.oauth2.OAuth2RBAC.isAuthorized

Parameters

user - the given user to assert on

authority - the authority to lookup

Return

Boolean

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