suspend fun OAuth2Auth.introspectTokenAwait(token: String): AccessToken
Suspending version of method io.vertx.ext.auth.oauth2.OAuth2Auth.introspectToken
token
- the access token (base64 string)
Return
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
token
- the access token (base64 string)
tokenType
- hint to the token type e.g.: access_token
Return
NOTE: This function has been automatically generated from io.vertx.ext.auth.oauth2.OAuth2Auth using Vert.x codegen.