prepare($query); $stmt->execute([ ':client_id' => $clientId, ':client_name' => $clientName, ':client_secret_hash' => $hashedSecret, ':redirect_uris' => $redirectUris, ':allowed_scopes' => $allowedScopes, ]); echo "OAuth client '{$clientId}' has been seeded.\n";