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

authenticateAwait

suspend fun OAuth2Auth.authenticateAwait(credentials: Oauth2Credentials): User

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

Parameters

credentials - the credentials to use.

Return

User

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