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

introspectTokenAwait

suspend fun OAuth2Auth.introspectTokenAwait(token: String): AccessToken

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

Parameters

token - the access token (base64 string)

Return

AccessToken

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

suspend fun OAuth2Auth.introspectTokenAwait(token: String, tokenType: String): AccessToken

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

Parameters

token - the access token (base64 string)

tokenType - hint to the token type e.g.: access_token

Return

AccessToken

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