vertx / io.vertx.kotlin.ext.auth.oauth2 / io.vertx.ext.auth.oauth2.AccessToken / revokeAwait
revokeAwait
suspend fun AccessToken.revokeAwait(token_type: String): Unit
Revoke access or refresh token
Parameters
token_type
-
- A String containing the type of token to revoke. Should be either "access_token" or "refresh_token".
callback
-
- The callback function returning the results.
Return