pub async fn list(
client: &impl Client,
) -> Result<HashMap<String, AuthResponse>, ClientError>Expand description
Lists all mounted auth engines
See ListAuthsRequest
pub async fn list(
client: &impl Client,
) -> Result<HashMap<String, AuthResponse>, ClientError>Lists all mounted auth engines
See ListAuthsRequest