suspend fun OAuth2RBAC.isAuthorizedAwait(user: AccessToken, authority: String): Boolean
Suspending version of method io.vertx.ext.auth.oauth2.OAuth2RBAC.isAuthorized
user
- the given user to assert on
authority
- the authority to lookup
Return
NOTE: This function has been automatically generated from io.vertx.ext.auth.oauth2.OAuth2RBAC using Vert.x codegen.