pub async fn revoke_accessor(
client: &impl Client,
accessor: &str,
) -> Result<(), ClientError>Expand description
Revokes a token by its accessor ID
pub async fn revoke_accessor(
client: &impl Client,
accessor: &str,
) -> Result<(), ClientError>Revokes a token by its accessor ID