pub async fn disable(
client: &impl Client,
path: &str,
) -> Result<(), ClientError>
Expand description
Disables the auth method at the given auth path.
sudo
required - This endpoint requires sudo
capability in
addition to any path-specific capabilities.