vertx / io.vertx.kotlin.ext.auth.jwt / io.vertx.ext.auth.jwt.JWTAuth / authenticateAwait

authenticateAwait

suspend fun JWTAuth.authenticateAwait(credentials: JWTCredentials): User

Suspending version of method io.vertx.ext.auth.jwt.JWTAuth.authenticate

Parameters

credentials - the credentials to use.

Return

User

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