pub async fn enable_client(
pool: &MySqlPool,
client_id: &ClientId,
) -> Result<(), ServerError>Expand description
Enable an API client account.
pub async fn enable_client(
pool: &MySqlPool,
client_id: &ClientId,
) -> Result<(), ServerError>Enable an API client account.