vertx / io.vertx.kotlin.ext.auth.oauth2 / io.vertx.ext.auth.oauth2.AccessToken / userInfoAwait
userInfoAwait
suspend fun AccessToken.userInfoAwait(): JsonObject
Load the user info as per OIDC spec.
Parameters
callback
-
- The callback function returning the results.
Return