vertx / io.vertx.kotlin.ext.auth.oauth2 / io.vertx.ext.auth.oauth2.OAuth2Auth / userInfoAwait

userInfoAwait

suspend fun OAuth2Auth.userInfoAwait(user: User): JsonObject

Suspending version of method io.vertx.ext.auth.oauth2.OAuth2Auth.userInfo

Parameters

user - the user (access token) to fetch the user info.

Return

JsonObject

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