Function wasmer_backend_api::query::revoke_token
source ยท pub async fn revoke_token(
client: &WasmerClient,
token: String,
) -> Result<Option<bool>, Error>
Expand description
Revoke an existing token
pub async fn revoke_token(
client: &WasmerClient,
token: String,
) -> Result<Option<bool>, Error>
Revoke an existing token