vaultrs::token

Function revoke

Source
pub async fn revoke(
    client: &impl Client,
    token: &str,
) -> Result<(), ClientError>
Expand description

Revokes a token

See RevokeTokenRequest