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

refreshAwait

suspend fun OAuth2Auth.refreshAwait(user: User): User

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

Parameters

user - the user (access token) to be refreshed.

Return

User

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